diff options
Diffstat (limited to 'community/libdbi/PKGBUILD')
-rw-r--r-- | community/libdbi/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libdbi/PKGBUILD b/community/libdbi/PKGBUILD index 33d422607..0959bad92 100644 --- a/community/libdbi/PKGBUILD +++ b/community/libdbi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59571 2011-11-28 08:58:19Z ttopper $ +# $Id: PKGBUILD 87114 2013-03-27 13:46:18Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Carl Flippin <carlf@photocarl.org> pkgname=libdbi -pkgver=0.8.4 -pkgrel=2 +pkgver=0.9.0 +pkgrel=1 pkgdesc="A database independant abstraction layer for C" url="http://libdbi.sourceforge.net" license=('LGPL') @@ -13,7 +13,7 @@ depends=('glibc') options=(!libtool) install=libdbi.install source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('c5f15407ef7b07ba854cd8c9b15b88ff') +sha1sums=('6c1ecfb78f43a921d5f914299304bd6c82cb0e23') build() { cd "${srcdir}/${pkgname}-${pkgver}" |