diff options
Diffstat (limited to 'community/castget/PKGBUILD')
-rw-r--r-- | community/castget/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/castget/PKGBUILD b/community/castget/PKGBUILD index cd2befc64..1821a8be2 100644 --- a/community/castget/PKGBUILD +++ b/community/castget/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 67455 2012-03-11 21:00:52Z lcarlier $ +# $Id: PKGBUILD 99705 2013-10-30 23:08:43Z allan $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Jeff Mickey <jeff@archlinux.org> @@ -10,7 +10,6 @@ arch=('i686' 'x86_64') url="http://www.nongnu.org/castget/" license=('GPL') depends=('glib2' 'libxml2' 'curl' 'id3lib') -options=('!libtool') changelog=$pkgname.changelog source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2) md5sums=('e80096715efc17d1d87de793871e0006') |