diff --git a/lmdb/.signature b/lmdb/.signature index a23421a6c..8e99fc7b7 100644 --- a/lmdb/.signature +++ b/lmdb/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF388QOpnXURZ16cGBO5G35QyCy+aUBTcKmPY43KmK3Ghqo8hbFLvaxLHSg4ofG7ckvnEHtbCDmSFUCmaz7CzL4QI= -SHA256 (Pkgfile) = 5d643bc56eeffc3e6dd38789911220c0cefe3722693d1901c9b1ca3e029c0c74 +RWSagIOpLGJF30bATmU3O9hmwYaOdDJEC5XSWpp2ZLquVCdc0F4qacr58kL1tF3EpS9wJHiZPMxFDkmiYJqsxMYJd41uOYs5TA0= +SHA256 (Pkgfile) = 0ff405c38cb3fdc333b844fe0a1743605a741f21fe9d734f42c22bbb9c004070 SHA256 (.footprint) = 38006a49d6f83bb37af31bd12ddb9f0873bd9c235a6c21733ee704ab12e91bcf -SHA256 (lmdb-0.9.29.tar.gz) = 22054926b426c66d8f2bc22071365df6e35f3aacf19ad943bc6167d4cae3bebb +SHA256 (openldap_LMDB_0.9.30.tar.gz) = 8fc2c7bc565c14b8a38e468b5f476d570d8ea7fccd54e49154a6b99fcc901c30 SHA256 (lmdb.pc) = effc8326ab5cd4be01867fc1bcbb2347d1b99b31f38811dbe3e26b969db9dfc3 diff --git a/lmdb/Pkgfile b/lmdb/Pkgfile index e67c028e2..2ff609907 100644 --- a/lmdb/Pkgfile +++ b/lmdb/Pkgfile @@ -3,15 +3,15 @@ # Maintainer: Tim Biermann, tbier at posteo dot de name=lmdb -version=0.9.29 +version=0.9.30 release=1 -source=(https://github.com/LMDB/lmdb/archive/LMDB_$version/$name-$version.tar.gz +source=(https://git.openldap.org/openldap/openldap/-/archive/LMDB_$version/openldap_LMDB_$version.tar.gz lmdb.pc) build() { sed -i "s|@@VERSION@@|$version|" -i $SRC/lmdb.pc - cd $name-LMDB_$version/libraries/liblmdb + cd openldap-LMDB_$version-*/libraries/liblmdb make CFLAGS+=" -fPIC" make DESTDIR=$PKG prefix=/usr install install -Dm0644 $SRC/lmdb.pc -t $PKG/usr/lib/pkgconfig