git » kolourpaint.git » commit 925b01c

KDE Applications 19.08.1

author Antonio Rojas
2019-09-05 11:56:08 UTC
committer Antonio Rojas
2019-09-05 11:56:08 UTC
parent ada806535374cf1818b6332a69199c21c11df777

KDE Applications 19.08.1

PKGBUILD +2 -4

diff --git a/PKGBUILD b/PKGBUILD
index a28e110..6854e62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kolourpaint
-pkgver=19.08.0
+pkgver=19.08.1
 pkgrel=1
 pkgdesc="Paint Program"
 url="https://kde.org/applications/graphics/kolourpaint/"
@@ -13,7 +13,7 @@ groups=(kde-applications kdegraphics)
 depends=(kdelibs4support libksane)
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('00596d813eff27e45de7f51ae411b144ee21a7ae2baf576e248046dbd97e097d'
+sha256sums=('59c1a2a9d8f012ff1c483dae4f1019232ec667bd88e61c6c8fc07e47312ef23f'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
@@ -25,8 +25,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }