diff options
Diffstat (limited to 'community/newsbeuter')
-rw-r--r-- | community/newsbeuter/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/newsbeuter/PKGBUILD b/community/newsbeuter/PKGBUILD index 3bcd46454..2125fab5f 100644 --- a/community/newsbeuter/PKGBUILD +++ b/community/newsbeuter/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96640 2013-09-02 18:35:40Z jlichtblau $ +# $Id: PKGBUILD 99927 2013-10-31 02:31:10Z allan $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Sven Pfleiderer <pfleidi@roothausen.de> @@ -12,7 +12,6 @@ license=('custom: MIT') depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl') makedepends=('swig' 'gettext') optdepends=('ruby') -options=('!libtool') install=$pkgname.install changelog=$pkgname.changelog source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz) |