diff options
author | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
commit | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch) | |
tree | afa7b467e44b704b69c66862852a8c3118b8e308 /core/gdbm/PKGBUILD | |
parent | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff) |
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'core/gdbm/PKGBUILD')
-rw-r--r-- | core/gdbm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/gdbm/PKGBUILD b/core/gdbm/PKGBUILD index 348915d76..b4f592739 100644 --- a/core/gdbm/PKGBUILD +++ b/core/gdbm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 195488 2013-10-01 06:09:23Z bpiotrowski $ +# $Id: PKGBUILD 197797 2013-10-30 10:37:51Z allan $ # Contributor: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=gdbm pkgver=1.10 -pkgrel=2 +pkgrel=3 pkgdesc="GNU database library" url="http://www.gnu.org/software/gdbm/gdbm.html" license=('GPL') @@ -13,7 +13,7 @@ arch=('i686' 'x86_64') depends=('glibc' 'sh') source=(ftp://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz gdbm-1.10-zeroheaders.patch) -options=('!libtool' '!makeflags') +options=('!makeflags') install=gdbm.install md5sums=('88770493c2559dc80b561293e39d3570' 'ac255b10452005237836cd2d3a470733') |