author | Antonio Rojas
<arojas@archlinux.org> 2019-08-27 18:00:19 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-08-27 18:00:19 UTC |
parent | 73ed6431972bf62b566ad9e4aea0c52f06708807 |
PKGBUILD | +9 | -9 |
diff --git a/PKGBUILD b/PKGBUILD index 9eee5fd..9e3345d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,17 +4,18 @@ pkgbase=polkit-qt pkgname=(polkit-qt5) -pkgver=0.112.0+git20180107 -pkgrel=2 +pkgver=0.113.0 +pkgrel=1 pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API' arch=(x86_64) url='https://www.kde.org/' license=(LGPL) depends=(polkit qt5-base) -makedepends=(cmake git) -#source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgbase}-1-${pkgver}.tar.bz2") -source=("git+https://anongit.kde.org/polkit-qt-1.git#commit=cbecf60ac7b5c17cf37503d6675bf5542efbab29") -sha256sums=('SKIP') +makedepends=(cmake) +source=("http://download.kde.org/stable/$pkgbase-1/$pkgbase-1-$pkgver.tar.xz"{,.sig}) +sha256sums=('5b866a2954ef10ffb66156e2fe8ad0321b5528a8df2e4a91b02f5041ce5563a7' + 'SKIP') +validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka@exherbo.org> prepare() { mkdir -p build @@ -22,9 +23,8 @@ prepare() { build() { cd build - cmake ../$pkgbase-1 \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_DESTINATION=/usr/lib + cmake ../$pkgbase-1-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr make }