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

Felix Yan fyan at nymeria.archlinux.org
Tue Oct 22 08:23:30 UTC 2013


    Date: Tuesday, October 22, 2013 @ 10:23:30
  Author: fyan
Revision: 98999

upgpkg: kyotocabinet 1.2.76-4

Modified:
  kyotocabinet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-22 08:21:40 UTC (rev 98998)
+++ PKGBUILD	2013-10-22 08:23:30 UTC (rev 98999)
@@ -5,17 +5,16 @@
 
 pkgname=kyotocabinet
 pkgver=1.2.76
-pkgrel=3
+pkgrel=4
 pkgdesc="a modern implementation of DBM in C++"
 arch=('i686' 'x86_64')
 url="http://fallabs.com/kyotocabinet"
 license=('LGPL3')
-makedepends=('gcc' 'make' 'pkgconfig' 'zlib')
 depends=('zlib' 'gcc-libs')
 source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz")
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --disable-opt
   make
@@ -22,7 +21,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   make install DESTDIR="$pkgdir/"
 }




More information about the arch-commits mailing list