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

Tobias Powalowski tpowa at archlinux.org
Tue Jan 13 14:00:20 UTC 2015


    Date: Tuesday, January 13, 2015 @ 15:00:20
  Author: tpowa
Revision: 228962

upgpkg: tdb 1.3.4-1

bump to latest version

Modified:
  tdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-13 13:32:47 UTC (rev 228961)
+++ PKGBUILD	2015-01-13 14:00:20 UTC (rev 228962)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=tdb
-pkgver=1.3.2
+pkgver=1.3.4
 pkgrel=1
 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
 arch=(i686 x86_64)
@@ -12,8 +12,9 @@
 url="http://tdb.samba.org/"
 makedepends=('python2' 'libxslt' 'docbook-xsl')
 optdepends=('python2: for python bindings')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+        http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') #Samba Library Distribution Key <samba-bugs at samba.org> 
 build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    sed -i -e 's#python#python2#g' buildtools/bin/waf
@@ -33,4 +34,5 @@
    export PYTHON=/usr/bin/python2
    make DESTDIR=$pkgdir/ install
 }
-md5sums=('34c45294affc188f2bc0060983130cda')
+md5sums=('60a9ad41e45d53e97c7cd4262932a53a'
+         'SKIP')



More information about the arch-commits mailing list