diff options
Diffstat (limited to 'community/gdlmm/PKGBUILD')
-rw-r--r-- | community/gdlmm/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gdlmm/PKGBUILD b/community/gdlmm/PKGBUILD index 90d219aed..eb42db1c7 100644 --- a/community/gdlmm/PKGBUILD +++ b/community/gdlmm/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95679 2013-08-15 13:29:15Z arodseth $ +# $Id: PKGBUILD 99753 2013-10-30 23:30:10Z allan $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> pkgname=gdlmm @@ -8,7 +8,7 @@ pkgdesc='C++ bindings for the gdl library' arch=('x86_64' 'i686' 'mips64el') url='http://git.gnome.org/browse/gdlmm/' depends=('gdl' 'gtkmm3') -options=('!libtool' '!emptydirs') +options=('!emptydirs') license=('LGPL') source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz") sha256sums=('e280ed9233877b63ad0a0c8fb04d2c35dc6a29b3312151ee21a15b5932fef79b') |