diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-26 16:58:00 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-09-30 19:26:55 +0000 |
commit | 1de1ba3227a7a43e853134ba35656bac983ddb68 (patch) | |
tree | 8c21d9b0b2128fe7adb94b3bd3b213b62db36642 /testing/libaccounts-qt | |
parent | b6675e264d92ec37140b35ba36ffc75c7bdb9acb (diff) | |
download | aports-1de1ba3227a7a43e853134ba35656bac983ddb68.tar.bz2 aports-1de1ba3227a7a43e853134ba35656bac983ddb68.tar.xz |
testing/libaccounts-qt: upgrade to 1.16
Closes !166
Diffstat (limited to 'testing/libaccounts-qt')
-rw-r--r-- | testing/libaccounts-qt/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libaccounts-qt/APKBUILD b/testing/libaccounts-qt/APKBUILD index 34eae4a19e..98716d358b 100644 --- a/testing/libaccounts-qt/APKBUILD +++ b/testing/libaccounts-qt/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libaccounts-qt -pkgver=1.15 +pkgver=1.16 pkgrel=0 arch="all" url="https://gitlab.com/accounts-sso/libaccounts-qt" @@ -9,7 +9,7 @@ pkgdesc="Qt-based client library for the accounts database" license="LGPL-2.1-or-later" depends_dev="libaccounts-glib-dev" makedepends="$depends_dev qt5-qtbase-dev qt5-qttools-dev qtchooser doxygen graphviz" -source="https://gitlab.com/accounts-sso/$pkgname/-/archive/VERSION_$pkgver/$pkgname-VERSION_$pkgver.tar.gz" +source="https://gitlab.com/accounts-sso/libaccounts-qt/-/archive/VERSION_$pkgver/libaccounts-qt-VERSION_$pkgver.tar.gz" subpackages="$pkgname-dev $pkgname-doc" options="!check" # Requires systemd feature builddir="$srcdir/$pkgname-VERSION_$pkgver" @@ -32,4 +32,4 @@ package() { rm "$pkgdir"/usr/bin/accountstest } -sha512sums="c64f6d184520a356a00a24ea5a02e747bca48296a357cd0cf6c23f9b4b21e2b5ac9eb5e037a09e91c7054303b3d348bfc5df6cc0865456816b36bc8dab0ba477 libaccounts-qt-VERSION_1.15.tar.gz" +sha512sums="a2a65899a258ac41c67fe496ba14468a95615fe8cfc518b7aaf7d3e72e0088304c61f5d76d50bd26a95b5f56dea4d0191bf08ecead508286504161aa05b7a05b libaccounts-qt-VERSION_1.16.tar.gz" |