diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-23 16:15:08 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-23 16:15:08 -0300 |
commit | 44ae571c1d57a21af2c915b42bb656cf0d69c9ee (patch) | |
tree | 757e53f443e27a95d1b1b0cdf337c2147953fc46 /community/libzdb | |
parent | eadbb9961b89668e4aed317f5dd97cb04e86663e (diff) | |
parent | 1d20e4962664ab152948a14b4320b12204a1053e (diff) |
Merge branch 'master' of gparabola:abslibre/abslibre-pre-mips64el
Conflicts:
community/libftdi/PKGBUILD
community/lxshortcut/PKGBUILD
community/pcmanfm/PKGBUILD
community/qingy/PKGBUILD
community/yagf/PKGBUILD
extra/ethtool/PKGBUILD
extra/gptfdisk/PKGBUILD
extra/postgresql/PKGBUILD
extra/xfburn/PKGBUILD
libre/linux-libre/PKGBUILD
Diffstat (limited to 'community/libzdb')
-rw-r--r-- | community/libzdb/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libzdb/PKGBUILD b/community/libzdb/PKGBUILD index 8332420bf..a6fca9af3 100644 --- a/community/libzdb/PKGBUILD +++ b/community/libzdb/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 100245 2013-11-02 08:41:34Z spupykin $ +# $Id: PKGBUILD 105969 2014-02-20 09:02:23Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=libzdb -pkgver=2.12 -pkgrel=2 +pkgver=3.0 +pkgrel=1 pkgdesc="Zild Database Library" arch=('i686' 'x86_64' 'mips64el') url="http://www.tildeslash.com/libzdb/" license=('GPL') depends=('postgresql-libs' 'sqlite' 'libmariadbclient') source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz) -md5sums=('dd95114cae471d1b5dfda1f263b222c1') +md5sums=('3bb9efff10a1f3ebc5b76c1055c48635') build() { cd "$srcdir/$pkgname-$pkgver" |