summaryrefslogtreecommitdiff
path: root/extra/gtkpod/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gtkpod/PKGBUILD')
-rw-r--r--extra/gtkpod/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/gtkpod/PKGBUILD b/extra/gtkpod/PKGBUILD
index 717c6c763..8ff8d4cf6 100644
--- a/extra/gtkpod/PKGBUILD
+++ b/extra/gtkpod/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 170131 2012-11-03 12:34:41Z ibiru $
+# $Id: PKGBUILD 175123 2013-01-14 08:37:19Z eric $
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=gtkpod
-pkgver=2.1.2
-pkgrel=4
+pkgver=2.1.3
+pkgrel=1
pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
arch=('i686' 'x86_64')
url="http://gtkpod.sourceforge.net"
@@ -19,13 +19,13 @@ optdepends=('libmp4v2: MP4/h264 support'
install=gtkpod.install
options=('!libtool')
source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz"
- "gtkpod-2.1.2-anjuta.patch")
-md5sums=('88fef3f947cbb7ae6b714080733a3b6b'
- '0a5f4ce0c9ef3d4d8db57290df43db27')
+ gtkpod-2.1.3-gdl-3.6.patch)
+md5sums=('57f04578de6e3262a436ec574422b144'
+ '8d725015081bd89bc8f9a4521d170aef')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np0 -i "${srcdir}/gtkpod-2.1.2-anjuta.patch"
+ patch -p1 -i "${srcdir}/gtkpod-2.1.3-gdl-3.6.patch"
sed -i 's#python#python2#' scripts/sync-palm-jppy.py
./configure --prefix=/usr
make