diff options
Diffstat (limited to 'extra/libgpod/PKGBUILD')
-rw-r--r-- | extra/libgpod/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libgpod/PKGBUILD b/extra/libgpod/PKGBUILD index 7af0fbfc8..993eee3c0 100644 --- a/extra/libgpod/PKGBUILD +++ b/extra/libgpod/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 185166 2013-05-11 16:16:30Z tomegun $ +# $Id: PKGBUILD 198175 2013-10-30 13:15:45Z allan $ # Maintainer: Daniel Isenmann <daniel@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> @@ -17,7 +17,7 @@ if [ "$CARCH" != "mips64el" ]; then fi url="http://www.gtkpod.org/libgpod/" source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2) -options=('!libtool' '!emptydirs') +options=('!emptydirs') md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab') build() { |