summaryrefslogtreecommitdiff
path: root/community/gtkpod/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-01 00:10:22 -0700
committerroot <root@rshg054.dnsready.net>2013-05-01 00:10:22 -0700
commit1b05006cb143959d080a200fe11891c9f5caf32c (patch)
treea32d98ba49468916ed7812da6ddc7137f2ab3b85 /community/gtkpod/PKGBUILD
parent08483ba66f8da1bbec05f93e5e3493d3794c02bb (diff)
Wed May 1 00:10:21 PDT 2013
Diffstat (limited to 'community/gtkpod/PKGBUILD')
-rw-r--r--community/gtkpod/PKGBUILD9
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
}