diff options
Diffstat (limited to 'community/gtkpod/PKGBUILD')
-rw-r--r-- | community/gtkpod/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/gtkpod/PKGBUILD b/community/gtkpod/PKGBUILD index 1bc9d7f70..795c9eeff 100644 --- a/community/gtkpod/PKGBUILD +++ b/community/gtkpod/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 86099 2013-03-12 01:19:40Z cinelli $ +# $Id: PKGBUILD 89564 2013-04-30 05:59:32Z cinelli $ # Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> # Contributor: Kevin Piche <kevin@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=gtkpod pkgver=2.1.3 -pkgrel=2 +pkgrel=3 pkgdesc="A platform independent GUI for Apple's iPod using GTK3" arch=('i686' 'x86_64') url="http://gtkpod.sourceforge.net" @@ -20,9 +20,9 @@ optdepends=('libmp4v2: MP4/h264 support' install=gtkpod.install options=('!libtool') source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz" - gtkpod-2.1.3-gdl-3.6.patch) + gtkpod-2.1.3-gdl-3.6.patch) md5sums=('57f04578de6e3262a436ec574422b144' - '8d725015081bd89bc8f9a4521d170aef') + '94a4cc0b47ba8895c0a51e53e94da517') build() { cd "$srcdir/$pkgname-$pkgver" @@ -36,6 +36,5 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install } |