git » signon-kwallet-extension.git » commit 679c220

KDE Applications 17.08.2

author Antonio Rojas
2017-10-12 14:11:44 UTC
committer Antonio Rojas
2017-10-12 14:11:44 UTC
parent c98fcca6a01a2f34745040b2d6f5b67f1f2a3104

KDE Applications 17.08.2

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index edebf20..e9dfa63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: anex <assassin.anex[@]gmail.com
 
 pkgname=signon-kwallet-extension
-pkgver=17.08.1
+pkgver=17.08.2
 pkgrel=1
 pkgdesc="KWallet integration for signon framework"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@ groups=(kde-applications kdenetwork)
 depends=(signond kwallet)
 makedepends=(extra-cmake-modules)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('506c742a1a1df099f71601bb52e82f55c873ef2e00e9b50eb52ef70679a0a4ab'
+sha256sums=('f77afcdfbd81b747504dd0df8f193d1fb5957c3bbb5fc72b4b794f55dafad0ba'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
@@ -26,7 +26,7 @@ build() {
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }