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

Felix Yan fyan at archlinux.org
Sun Dec 6 15:09:26 UTC 2015


    Date: Sunday, December 6, 2015 @ 16:09:26
  Author: fyan
Revision: 252830

upgpkg: lmdb 0.9.17-1

Modified:
  lmdb/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-06 14:31:24 UTC (rev 252829)
+++ PKGBUILD	2015-12-06 15:09:26 UTC (rev 252830)
@@ -3,7 +3,7 @@
 # Contributor: Matt Monaco <cx monaco matt>
 
 pkgname=lmdb
-pkgver=0.9.16
+pkgver=0.9.17
 pkgrel=1
 pkgdesc="Symas Lightning Memory-Mapped Database"
 arch=('i686' 'x86_64')
@@ -19,6 +19,11 @@
   make prefix=/usr
 }
 
+check() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  make test
+}
+
 package() {
   cd "$srcdir/lmdb/libraries/liblmdb"
   install -dm755 "$pkgdir"/usr/{bin,lib,include,man/man1,share}



More information about the arch-commits mailing list