[arch-commits] Commit in kexi/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Mar 13 08:39:51 UTC 2017


    Date: Monday, March 13, 2017 @ 08:39:50
  Author: arojas
Revision: 290775

Update to 3.0.1.1

Modified:
  kexi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-13 08:04:54 UTC (rev 290774)
+++ PKGBUILD	2017-03-13 08:39:50 UTC (rev 290775)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=kexi
-pkgver=3.0.1
+pkgver=3.0.1.1
 pkgrel=1
 pkgdesc="A visual database applications creator"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 replaces=(calligra-kexi)
 groups=(calligra)
 source=("http://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('f2eae11c42a641da1151f2a0d1a315b50db7be08'
+sha1sums=('3ca4195b55f4a92907bf975e5dded013274f6eec'
           'SKIP')
 validpgpkeys=(4866BAF713B465677A4059643C7C0E201B6524DB) # Jarosław Staniek <staniek at kde.org>
 
@@ -26,7 +26,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
+  cmake ../$pkgname-${pkgver%.*} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list