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

Tobias Powalowski tpowa at archlinux.org
Wed Dec 17 16:48:21 UTC 2014


    Date: Wednesday, December 17, 2014 @ 17:48:20
  Author: tpowa
Revision: 227707

upgpkg: tdb 1.3.2-1

bump to latest version

Modified:
  tdb/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-17 16:44:42 UTC (rev 227706)
+++ PKGBUILD	2014-12-17 16:48:20 UTC (rev 227707)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=tdb
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
 arch=(i686 x86_64)
@@ -12,14 +12,8 @@
 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
-        0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -Np1 -i ../0001-tdb-include-include-stdbool.h-in-tdb.h.patch
-}
-
 build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    sed -i -e 's#python#python2#g' buildtools/bin/waf
@@ -39,5 +33,4 @@
    export PYTHON=/usr/bin/python2
    make DESTDIR=$pkgdir/ install
 }
-md5sums=('f597190451d976fe013dfae9934fb9ad'
-         '2b0b6003b3d8ca03adccd4aa1a3b8313')
+md5sums=('34c45294affc188f2bc0060983130cda')



More information about the arch-commits mailing list