author | Antonio Rojas
<arojas@archlinux.org> 2022-03-09 18:51:55 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-03-09 18:51:55 UTC |
parent | f3a789c25a3c50ea4f460add0d6f924b7ca17b16 |
PKGBUILD | +8 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index 5f24063..ec0186f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,20 +3,20 @@ # Contributor: Balló György <ballogyor+arch at gmail dot com> pkgname=signond -pkgver=8.60 -pkgrel=3 -pkgdesc="A D-Bus service which performs user authentication on behalf of its clients" +pkgver=8.61 +pkgrel=1 +pkgdesc='A D-Bus service which performs user authentication on behalf of its clients' arch=(x86_64) -url="https://gitlab.com/accounts-sso/signond/" +url='https://gitlab.com/accounts-sso/signond/' license=(LGPL) -depends=(qt5-base libproxy) +depends=(qt5-base) makedepends=(doxygen graphviz ttf-font qt5-tools) -source=("https://gitlab.com/accounts-sso/signond/-/archive/VERSION_$pkgver/signond-VERSION_$pkgver.tar.bz2") -sha256sums=('bb64fb82ecf8ce8410e61004bcb9ed5ce9da22a5aa7a80b8bb926a98f201d371') +source=(https://gitlab.com/accounts-sso/signond/-/archive/VERSION_$pkgver/signond-VERSION_$pkgver.tar.bz2) +sha256sums=('5d9f29fbf5892d01e38ce931b9a69c4bb08e6788f6cbdc80c277f4723b44249d') build() { cd $pkgname-VERSION_$pkgver - qmake PREFIX=/usr LIBDIR=/usr/lib CONFIG+=rtti + qmake PREFIX=/usr LIBDIR=/usr/lib make }