[arch-commits] Commit in prison/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Aug 30 21:08:13 UTC 2016
Date: Tuesday, August 30, 2016 @ 21:08:13
Author: arojas
Revision: 275341
Update to latest git, needed by kdepim 16.08
Modified:
prison/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-30 20:56:41 UTC (rev 275340)
+++ PKGBUILD 2016-08-30 21:08:13 UTC (rev 275341)
@@ -1,10 +1,11 @@
# $Id$
# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=prison
-pkgver=1.2.2.20160705
-_commit=84724fa132b983266d8cd2b036d5a0f75a78ca46
+pkgver=5.25.0.git20160814
+_commit=f109d48
pkgrel=1
pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
arch=('i686' 'x86_64')
@@ -13,11 +14,12 @@
depends=('qt5-base' 'libdmtx' 'qrencode')
makedepends=('extra-cmake-modules')
conflicts=('prison-frameworks')
-source=("http://quickgit.kde.org/?p=prison.git&a=snapshot&h=041c75afe7c1667cbed78f216fc07667964ea7a0&fmt=tgz")
-md5sums=('245e7001131436237a9bfb7ebc03b7c4')
+replaces=('prison-frameworks')
+source=($pkname-$pkgver::"http://quickgit.kde.org/?p=prison.git&a=snapshot&h=${_commit}&fmt=tgz")
+md5sums=('d7f703b53801d88dc913eefb38a39326')
prepare() {
- mkdir build
+ mkdir -p build
}
build() {
@@ -32,5 +34,5 @@
package() {
cd build
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list