summaryrefslogtreecommitdiffstats
path: root/abs/core/tdb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/tdb/PKGBUILD')
-rw-r--r--abs/core/tdb/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/tdb/PKGBUILD b/abs/core/tdb/PKGBUILD
index 25683dc..ff138c0 100644
--- a/abs/core/tdb/PKGBUILD
+++ b/abs/core/tdb/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=tdb
-pkgver=1.3.8
+pkgver=1.3.15
pkgrel=1
pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
-arch=(i686 x86_64)
+arch=(x86_64)
license=('GPL3')
url="http://tdb.samba.org/"
makedepends=('python2' 'libxslt' 'docbook-xsl')
@@ -34,5 +34,5 @@ package() {
export PYTHON=/usr/bin/python2
make DESTDIR=$pkgdir/ install
}
-md5sums=('fa4c9e2f59fcf41441285bca5f5ab481'
+md5sums=('60ece3996acc8d85b6f713199da971a6'
'SKIP')