diff options
author | root <root@rshg054.dnsready.net> | 2012-10-24 01:50:39 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-24 01:50:39 -0700 |
commit | 120df4e0db159525806a9b33364483e76f9d51d3 (patch) | |
tree | b78de64b601a46cc403d8663201bad6feb41c791 /extra/tdb | |
parent | 3c19af9355ba86a5b99d6e5a57ecaa68a7ea6e8e (diff) |
Wed Oct 24 01:47:51 PDT 2012
Diffstat (limited to 'extra/tdb')
-rw-r--r-- | extra/tdb/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/tdb/PKGBUILD b/extra/tdb/PKGBUILD index 728d627ff..1f19f4400 100644 --- a/extra/tdb/PKGBUILD +++ b/extra/tdb/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 149549 2012-02-08 14:00:43Z tpowa $ +# $Id: PKGBUILD 169553 2012-10-23 13:47:25Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: eric <eric@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=tdb -pkgver=1.2.9 -pkgrel=2 -pkgdesc="A Trivia Database similar to GDBM but allows simultaneous commits" +pkgver=1.2.10 +pkgrel=1 +pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits" arch=(i686 x86_64) license=('GPL3') url="http://tdb.samba.org/" @@ -31,4 +31,4 @@ package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=$pkgdir/ install } -md5sums=('4d97d18bbe9040038d4e003495bb8cd1') +md5sums=('cc28048309df19782b04359282e9f98b') |