Date: Saturday, February 25, 2012 @ 09:28:12 Author: pierre Revision: 151327
upgpkg: gtkpod 2.1.1-1 upstream update Modified: gtkpod/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-25 14:15:27 UTC (rev 151326) +++ PKGBUILD 2012-02-25 14:28:12 UTC (rev 151327) @@ -3,20 +3,21 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=gtkpod -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 -pkgdesc="A platform independent GUI for Apple's iPod using GTK2" +pkgdesc="A platform independent GUI for Apple's iPod using GTK3" arch=('i686' 'x86_64') url="http://gtkpod.sourceforge.net" license=('GPL') -depends=('anjuta' 'curl' 'dconf' 'flac' 'libid3tag' 'libgpod>=0.8.0') +depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk') makedepends=('flex' 'intltool') optdepends=('libmp4v2: MP4/h264 support' 'vorbis-tools: OGG support' 'id3v2: mp3 conversion support') install=gtkpod.install -source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz) -md5sums=('8e01f7cf2db1a421140eab561aee26d7') +options=('!libtool') +source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz") +md5sums=('36fd0324fd1d1da00fcddacef1b09983') build() { cd "${srcdir}/${pkgname}-${pkgver}"
