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

Tobias Powalowski tpowa at archlinux.org
Sat Mar 26 14:55:24 UTC 2011


    Date: Saturday, March 26, 2011 @ 10:55:24
  Author: tpowa
Revision: 116933

upgpkg: tdb 1.2.9-1
bump to latest version

Modified:
  tdb/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-26 14:54:05 UTC (rev 116932)
+++ PKGBUILD	2011-03-26 14:55:24 UTC (rev 116933)
@@ -4,8 +4,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=tdb
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.9
+pkgrel=1
 pkgdesc="A Trivia Database similar to GDBM but allows simultaneous commits"
 arch=(i686 x86_64)
 license=('GPL3')
@@ -13,15 +13,14 @@
 source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 makedepends=('python2' 'libxslt' 'docbook-xsl')
 optdepends=('python2: for python bindings')
-md5sums=('73ea81282a82e5c959d9c082af2d0215')
 
 build() {
    cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+   #sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure
    # Use system docbook.xsl
-   _manstyle="/usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl"
-   sed -i "s#http.*xsl#$_manstyle#" tdb.mk
-
+   #_manstyle="/usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl"
+   #sed -i "s#http.*xsl#$_manstyle#" tdb.mk
    ./configure --prefix=/usr \
                --localstatedir=/var \
                --sysconfdir=/etc/samba
@@ -32,3 +31,4 @@
    cd ${srcdir}/${pkgname}-${pkgver}
    make DESTDIR=$pkgdir/ install
 }
+md5sums=('4d97d18bbe9040038d4e003495bb8cd1')




More information about the arch-commits mailing list