diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 12:58:25 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 14:24:30 +0100 |
commit | 392024082c82f4f8c8500cea6a5909bc4c40b1c0 (patch) | |
tree | 71b8bbc38dd8ec9cc50b074ad88c2e51df8f39fa /community | |
parent | d6aaf4886b89bbb6c6e3d195cd741c0a860c8786 (diff) | |
download | aports-392024082c82f4f8c8500cea6a5909bc4c40b1c0.zip |
community/coreshot: upgrade to 2.7.1
Diffstat (limited to 'community')
-rw-r--r-- | community/coreshot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/coreshot/APKBUILD b/community/coreshot/APKBUILD index f54c7139bea..2d715adbb29 100644 --- a/community/coreshot/APKBUILD +++ b/community/coreshot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: rahmanshaber <rahmanshaber@yahoo.com> # Maintainer: rahmanshaber <rahmanshaber@yahoo.com> pkgname=coreshot -pkgver=2.7.0 +pkgver=2.7.1 pkgrel=0 pkgdesc="A screen capture utility 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 qt5-qtx11extras-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/coreshot/-/archive/v$pkgver/coreshot-v$pkgver.tar.gz" builddir="$srcdir/$pkgname-v$pkgver" options="!check" @@ -21,4 +21,4 @@ build() { package() { INSTALL_ROOT="$pkgdir" make install } -sha512sums="72127fc1c066078ac537f3d7f14518196ec4bba21729618377636e6648817dd28c9bc9b9734431f6a925d0e93d90b0091028ceaa969aeba80bfa1f8e3be77dde coreshot-2.7.0.tar.gz" +sha512sums="b402bec6587fc9af6d73666fbffd04c44edbf9e8951756b1142a7bf696ebe5ecef4b94f0a35ba7940855e279d20efb628bb9dfcc937b91ee954e5290b88e450f coreshot-2.7.1.tar.gz" |