[arch-commits] Commit in tdb/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Nov 4 07:44:10 UTC 2014


    Date: Tuesday, November 4, 2014 @ 08:44:10
  Author: tpowa
Revision: 225603

upgpkg: tdb 1.3.1-1

bump to latest version

Modified:
  tdb/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-04 07:42:14 UTC (rev 225602)
+++ PKGBUILD	2014-11-04 07:44:10 UTC (rev 225603)
@@ -4,8 +4,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=tdb
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
 arch=(i686 x86_64)
 license=('GPL3')
@@ -14,8 +14,6 @@
 optdepends=('python2: for python bindings')
 source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
         0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
-md5sums=('f18cd6afc4f5670edfe58f72d2665f94'
-         '2b0b6003b3d8ca03adccd4aa1a3b8313')
 
 prepare() {
    cd ${srcdir}/${pkgname}-${pkgver}
@@ -41,3 +39,5 @@
    export PYTHON=/usr/bin/python2
    make DESTDIR=$pkgdir/ install
 }
+md5sums=('f597190451d976fe013dfae9934fb9ad'
+         '2b0b6003b3d8ca03adccd4aa1a3b8313')



More information about the arch-commits mailing list