diff options
Diffstat (limited to 'community/libdbi')
-rw-r--r-- | community/libdbi/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/libdbi/PKGBUILD b/community/libdbi/PKGBUILD index 0959bad92..c42addb7b 100644 --- a/community/libdbi/PKGBUILD +++ b/community/libdbi/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 87114 2013-03-27 13:46:18Z ttoepper $ +# $Id: PKGBUILD 99827 2013-10-31 01:57:00Z allan $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Carl Flippin <carlf@photocarl.org> pkgname=libdbi pkgver=0.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="A database independant abstraction layer for C" url="http://libdbi.sourceforge.net" license=('LGPL') arch=('i686' 'x86_64' 'mips64el') depends=('glibc') -options=(!libtool) install=libdbi.install source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") sha1sums=('6c1ecfb78f43a921d5f914299304bd6c82cb0e23') |