[arch-commits] Commit in jansson/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Mon Nov 10 22:50:43 UTC 2014
Date: Monday, November 10, 2014 @ 23:50:42
Author: kkeen
Revision: 122323
upgpkg: jansson 2.7-1
Modified:
jansson/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-11-10 22:45:38 UTC (rev 122322)
+++ PKGBUILD 2014-11-10 22:50:42 UTC (rev 122323)
@@ -3,7 +3,7 @@
# Contributor: Dave Reisner <d at falconindy.com>
pkgname=jansson
-pkgver=2.6
+pkgver=2.7
pkgrel=1
pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64')
@@ -12,11 +12,10 @@
license=('MIT')
options=('staticlibs')
source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2")
-md5sums=('c70a52488db623a26f7213c7c6b7c878')
+md5sums=('ffac352f9c5f80a6ae8145d451af2c0e')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
./configure --prefix=/usr
make
}
@@ -23,7 +22,6 @@
package() {
cd "$srcdir/$pkgname-$pkgver"
-
make DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
More information about the arch-commits
mailing list