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

Felix Yan felixonmars at archlinux.org
Wed May 6 17:24:50 UTC 2020


    Date: Wednesday, May 6, 2020 @ 17:24:50
  Author: felixonmars
Revision: 382424

upgpkg: lmdb 0.9.25-1

Modified:
  lmdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 17:13:18 UTC (rev 382423)
+++ PKGBUILD	2020-05-06 17:24:50 UTC (rev 382424)
@@ -2,7 +2,7 @@
 # Contributor: Matt Monaco <cx monaco matt>
 
 pkgname=lmdb
-pkgver=0.9.24
+pkgver=0.9.25
 pkgrel=1
 pkgdesc="Symas Lightning Memory-Mapped Database"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 license=('custom:OpenLDAP')
 depends=('glibc')
 options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/LMDB/lmdb/archive/LMDB_$pkgver.tar.gz" lmdb.pc)
-sha512sums=('c3a96c27f13c072ef5861bcea045d82f0a220dbd938579411ea6c38ac0696b3620c71f1e2cc56d31db5105f3533da95aba1ac34653d8bdcfa4f2f1fb831cccb1'
+source=("https://git.openldap.org/openldap/openldap/-/archive/LMDB_$pkgver/openldap-LMDB_$pkgver.tar.gz" lmdb.pc)
+sha512sums=('557b78590f4ae4ee8ba1989bd84e11ffe7d179eafd1767c8e0ee7ce644a91514399b2f88eefe8eecbe3c53686d1e5f1acd28f3fd9b8854d26194ed650213d33c'
             '0349d4b08a1f93fe338d8f8e3e5a83e24211a46f999fe529bc1ac49c8c4975559d95a548c203d9427e3f82d62e934ba3cd1be6f734f9b9405b2a26477be4ed33')
 
 prepare() {
@@ -19,17 +19,17 @@
 }
 
 build() {
-  cd "$srcdir"/lmdb-LMDB_$pkgver/libraries/liblmdb
+  cd "$srcdir"/openldap-LMDB_$pkgver/libraries/liblmdb
   make prefix=/usr
 }
 
 check() {
-  cd "$srcdir"/lmdb-LMDB_$pkgver/libraries/liblmdb
+  cd "$srcdir"/openldap-LMDB_$pkgver/libraries/liblmdb
   make test
 }
 
 package() {
-  cd "$srcdir"/lmdb-LMDB_$pkgver/libraries/liblmdb
+  cd "$srcdir"/openldap-LMDB_$pkgver/libraries/liblmdb
   install -dm755 "$pkgdir"/usr/{bin,lib,include,man/man1,share}
   make DESTDIR="$pkgdir" prefix=/usr install
 



More information about the arch-commits mailing list