diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 12:52:17 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 14:24:30 +0100 |
commit | 904a226ab722382330466797115df2afeae0cfaf (patch) | |
tree | 29247f5d96636b1949b03c8046d3964d8a9a2e73 /community | |
parent | 029a2497a5d98182bf64a8acb177c7a5929f2d7d (diff) | |
download | aports-904a226ab722382330466797115df2afeae0cfaf.zip |
community/coreaction: upgrade to 2.7.1
Diffstat (limited to 'community')
-rw-r--r-- | community/coreaction/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/coreaction/APKBUILD b/community/coreaction/APKBUILD index 0a90629d9bb..d30c8c7ad06 100644 --- a/community/coreaction/APKBUILD +++ b/community/coreaction/APKBUILD @@ -1,7 +1,7 @@ # Contributor: rahmanshaber <rahmanshaber@yahoo.com> # Maintainer: rahmanshaber <rahmanshaber@yahoo.com> pkgname=coreaction -pkgver=2.7.0 +pkgver=2.7.1 pkgrel=0 pkgdesc="A side bar for showing widgets from the CoreApps family." arch="all" @@ -9,7 +9,7 @@ url="https://gitlab.com/cubocore" license="GPL-3.0-or-later" depends="qt5-qtsvg" makedepends="qt5-qtbase-dev libcprime-dev libcsys-dev" -source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/coreaction/-/archive/v$pkgver/coreaction-v$pkgver.tar.gz" builddir="$srcdir/$pkgname-v$pkgver" options="!check" @@ -21,4 +21,4 @@ build() { package() { INSTALL_ROOT="$pkgdir" make install } -sha512sums="7d077a7bd81fd52e373831108757466a9e6c7c9a87f07b538896bc5b696161c0e2428377813a809a2387b1b66705f158846463333e542624eaba02cf81b6c226 coreaction-2.7.0.tar.gz" +sha512sums="03594b101ffa38b28d98b7055d3cd940ad3551d1955b3f70f709f730f03b5a7e0da71fab4f3c92dc876631df41783b1f0062abcc8e65974990eb897a625d6445 coreaction-2.7.1.tar.gz" |