diff options
Diffstat (limited to 'community/nemiver')
-rw-r--r-- | community/nemiver/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD index e01eca3da..c5e9f43be 100644 --- a/community/nemiver/PKGBUILD +++ b/community/nemiver/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95708 2013-08-15 20:25:40Z arodseth $ +# $Id: PKGBUILD 99921 2013-10-31 02:29:03Z allan $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: jordz <jordz@archlinux.us> @@ -13,7 +13,7 @@ install="$pkgname.install" depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'gsettings-desktop-schemas') makedepends=('boost' 'intltool' 'itstool') source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz") -options=('!libtool' '!emptydirs') +options=('!emptydirs') sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f') build() { |