git » kolourpaint.git » commit 156dd7f

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 54ee57b3269ae84e5b0e8794410970e1207ee887

KDE Applications 17.08.2

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 6bf2cc2..e89bb39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kolourpaint
-pkgver=17.08.1
+pkgver=17.08.2
 pkgrel=1
 pkgdesc="Paint Program"
 url="https://kde.org/applications/graphics/kolourpaint/"
@@ -15,7 +15,7 @@ makedepends=(extra-cmake-modules kdesignerplugin kdoctools)
 conflicts=(kdegraphics-kolourpaint)
 replaces=(kdegraphics-kolourpaint)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('75af69ce07e8ce2a8c0513b8e216a81b6b7047a9caff44826bfc19934d418ea1'
+sha256sums=('96d44611e8afaa5f65f54ad9efb3c4e295857f5efc07e842a980c03600ff6e95'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
@@ -29,7 +29,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
 }