From f6a79a3f5989efc8db63af942851c56f0c462bb1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Feb 2012 23:15:00 +0000 Subject: Sun Feb 26 23:15:00 UTC 2012 --- extra/gtkpod/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'extra/gtkpod') diff --git a/extra/gtkpod/PKGBUILD b/extra/gtkpod/PKGBUILD index 2ce59e323..ef7d50468 100644 --- a/extra/gtkpod/PKGBUILD +++ b/extra/gtkpod/PKGBUILD @@ -1,22 +1,23 @@ -# $Id: PKGBUILD 138768 2011-09-28 01:47:51Z kevin $ +# $Id: PKGBUILD 151329 2012-02-25 14:28:40Z pierre $ # Maintainer: Kevin Piche # Contributor: Aaron Griffin 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}" -- cgit v1.2.3-54-g00ecf