diff options
Diffstat (limited to 'extra/libgpod/PKGBUILD')
-rw-r--r-- | extra/libgpod/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libgpod/PKGBUILD b/extra/libgpod/PKGBUILD index 9efc001dd..802016ef1 100644 --- a/extra/libgpod/PKGBUILD +++ b/extra/libgpod/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 157452 2012-04-28 13:14:16Z ibiru $ +# $Id: PKGBUILD 164367 2012-07-31 19:43:09Z eric $ # Maintainer: Daniel Isenmann <daniel@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=libgpod pkgver=0.8.2 -pkgrel=5 +pkgrel=6 pkgdesc="A shared library to access the contents of an iPod" arch=(i686 x86_64) license=('LGPL') -depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice') +depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist') makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2') optdepends=('gtk-sharp-2: Mono bindings' 'python2-gobject2: python bindings') |