summaryrefslogtreecommitdiff
path: root/extra/libplist
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-18 00:07:00 -0700
committerroot <root@rshg054.dnsready.net>2013-04-18 00:07:00 -0700
commit55c3b92ede6a3b9eb17f254b338931f01a3ea5c6 (patch)
tree8d01afa98e716f4c647bfb7dfcc2c3ed885fddc7 /extra/libplist
parent0f02baec6afdab918d86a226ee9a984482b5a534 (diff)
Thu Apr 18 00:06:59 PDT 2013
Diffstat (limited to 'extra/libplist')
-rw-r--r--extra/libplist/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/libplist/PKGBUILD b/extra/libplist/PKGBUILD
index ebf732b69..542980296 100644
--- a/extra/libplist/PKGBUILD
+++ b/extra/libplist/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 156914 2012-04-23 09:08:57Z ibiru $
+# $Id: PKGBUILD 183073 2013-04-17 10:22:07Z tomegun $
+# Maintainer : Tom Gundersen <teg@jklm.no>
# Maintainer : Ionut Biru <ibiru@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 @@ license=('GPL2' 'LGPL2.1')
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 @@ package() {
cd build
make DESTDIR="$pkgdir" install
}
+md5sums=('fe642d0c8602d70c408994555c330dd1')