Date: Saturday, October 16, 2010 @ 15:19:22 Author: remy Revision: 95175
upgpkg: libgpod 0.8.0-1 Bump version to 0.8.0. Add gtk-sharp-2 to opt/makedepends (for Mono bindings). Modified: libgpod/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-16 08:00:48 UTC (rev 95174) +++ PKGBUILD 2010-10-16 19:19:22 UTC (rev 95175) @@ -3,17 +3,18 @@ # Contributor: William Rea <[email protected]> pkgname=libgpod -pkgver=0.7.94 +pkgver=0.8.0 pkgrel=1 pkgdesc="A shared library to access the contents of an iPod" arch=(i686 x86_64) license=('LGPL') depends=('gtk2>=2.20.1' 'mutagen' 'sg3_utils>=1.27' 'libimobiledevice>=1.0.1') -makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject') +makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject' 'gtk-sharp-2') +optdepends=('gtk-sharp-2: Mono bindings') url="http://www.gtkpod.org/libgpod/" source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.gz) options=('!libtool' '!emptydirs') -md5sums=('cc9802ca6356b3ac5e152afb90a121d6') +md5sums=('6660f74cc53293dcc847407aa5f672ce') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -24,5 +25,6 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - make PREFIX=/usr DESTDIR="${pkgdir}" install || return 1 + make PREFIX=/usr DESTDIR="${pkgdir}" install } +
