summaryrefslogtreecommitdiff
path: root/extra/gtkpod
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gtkpod')
-rw-r--r--extra/gtkpod/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
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 <kevin@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
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}"