[arch-commits] Commit in libplist/trunk (PKGBUILD)
Tom Gundersen
tomegun at nymeria.archlinux.org
Sun Apr 14 01:15:28 UTC 2013
Date: Sunday, April 14, 2013 @ 03:15:28
Author: tomegun
Revision: 182741
upgpkg: libplist 1.10-1
upstream release
Modified:
libplist/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-04-14 01:13:18 UTC (rev 182740)
+++ PKGBUILD 2013-04-14 01:15:28 UTC (rev 182741)
@@ -1,10 +1,11 @@
# $Id$
+# Maintainer : Tom Gundersen <teg at jklm.no>
# Maintainer : Ionut Biru <ibiru at archlinux.org>
# Contributor: Gabriel Martinez < reitaka at gmail dot com >
pkgname=libplist
-pkgver=1.8
-pkgrel=2
+pkgver=1.10
+pkgrel=1
pkgdesc="A library to handle Apple Property List format whereas it's binary or XML"
url="http://libimobiledevice.org/"
arch=('i686' 'x86_64')
@@ -12,7 +13,6 @@
depends=('glib2' 'libxml2' 'python2')
makedepends=('cmake' 'swig')
source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec')
build() {
mkdir build
@@ -28,3 +28,4 @@
cd build
make DESTDIR="$pkgdir" install
}
+md5sums=('fe642d0c8602d70c408994555c330dd1')
More information about the arch-commits
mailing list