[arch-commits] Commit in kdevelop-pg-qt/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Feb 2 20:41:25 UTC 2020


    Date: Sunday, February 2, 2020 @ 20:41:25
  Author: arojas
Revision: 374502

Update to 2.2.1

Modified:
  kdevelop-pg-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-02 20:06:55 UTC (rev 374501)
+++ PKGBUILD	2020-02-02 20:41:25 UTC (rev 374502)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdevelop-pg-qt
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop language plugins"
 arch=(x86_64)
@@ -11,10 +11,12 @@
 depends=(qt5-base)
 makedepends=(extra-cmake-modules)
 source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0777689605e5133754f116c991741f725802f18fc4215a5ccbf4230751f24405'
+sha256sums=('c13931788ac9dc02188cdd9c6e71e164ae81b4568b048748652bbf6fa4a9c62b'
             'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch <mail at svenbrauch.de>
-              '364EFA5F639572907D392999C64CF56B13CACE5D') # Kevin Funk <kfunk at kde.org>
+              '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk <kfunk at kde.org>
+              'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. Kossebau <kossebau at kde.org>
+              '0A48BC961075B4BA8523E3790A345FB086E797D9') # https://share.kde.org/s/8dKaJTw8pR8iiwJ
 
 prepare() {
   mkdir -p build
@@ -22,10 +24,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_BUILD_TYPE=Release
+  cmake ../$pkgname-$pkgver
   make
 }
 



More information about the arch-commits mailing list