diff options
Diffstat (limited to 'community/libzdb')
-rw-r--r-- | community/libzdb/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libzdb/PKGBUILD b/community/libzdb/PKGBUILD index ef3dc2aac..71f6b12fd 100644 --- a/community/libzdb/PKGBUILD +++ b/community/libzdb/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 62125 2012-01-16 09:28:05Z spupykin $ +# $Id: PKGBUILD 67637 2012-03-13 14:57:55Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=libzdb -pkgver=2.10 +pkgver=2.10.1 pkgrel=1 pkgdesc="Zild Database Library" arch=(i686 x86_64) @@ -11,7 +11,7 @@ license=('GPL') depends=('postgresql-libs' 'sqlite3' 'libmysqlclient') options=(!libtool) source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz) -md5sums=('fdc04b4b7f33cdcdfc6b559ba9965825') +md5sums=('f0f1d87241c5605af0bcc6407d134d69') build() { cd "$srcdir/$pkgname-$pkgver" |