aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-09 17:29:48 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-10 00:08:17 +0000
commit407dc1c41c468524b8fcf5cbb1424ac2dbd8c909 (patch)
treea94f80141fd75ab7dfce748273fb3baf5b5276ca /testing
parent94bf43317cb70e98e6b868e62c0f52f2df79553d (diff)
downloadaports-407dc1c41c468524b8fcf5cbb1424ac2dbd8c909.tar.bz2
aports-407dc1c41c468524b8fcf5cbb1424ac2dbd8c909.tar.xz
testing/lmdbxx: use git checkout that can build nheko=0.6.4-r0
Diffstat (limited to 'testing')
-rw-r--r--testing/lmdbxx/APKBUILD10
-rw-r--r--testing/nheko/APKBUILD2
2 files changed, 7 insertions, 5 deletions
diff --git a/testing/lmdbxx/APKBUILD b/testing/lmdbxx/APKBUILD
index 4c5294647b..36d66ea969 100644
--- a/testing/lmdbxx/APKBUILD
+++ b/testing/lmdbxx/APKBUILD
@@ -2,18 +2,20 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=lmdbxx
pkgver=0.9.14.0
-pkgrel=1
+_commit=0b43ca87d8cfabba392dfe884eb1edb83874de02
+pkgrel=2
pkgdesc="C++11 wrapper for the LMDB database library"
+options="!check"
url="http://lmdbxx.sourceforge.net"
arch="noarch"
license="Unlicense"
makedepends="doxygen"
# docs are available but require pandoc to be built which isn't packaged for Alpine
-source="$pkgname-$pkgver.tar.gz::https://github.com/drycpp/lmdbxx/archive/$pkgver.tar.gz"
-options="!check"
+source="$pkgname-$_commit.tar.gz::https://github.com/drycpp/lmdbxx/archive/$_commit.tar.gz"
+builddir="$srcdir"/lmdbxx-"$_commit"
package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
}
-sha512sums="7c1ee0378edeb658df8bd5efc09533db677bd3503d9fa37513ad6fda24f1fa1c6805e1902c5ae030b6612bc1c520be9711f02bce7b59b636fdace27c0374bce5 lmdbxx-0.9.14.0.tar.gz"
+sha512sums="025a945288a398b09549c91c98509a57912f8614c14b476e7c8d4fb0dc8fc1288fa1b3a33567cccea474277a1c48b3701f2df31e8a6acc851eb9549a9822f074 lmdbxx-0b43ca87d8cfabba392dfe884eb1edb83874de02.tar.gz"
diff --git a/testing/nheko/APKBUILD b/testing/nheko/APKBUILD
index 21ed5487e6..dbaf3a050c 100644
--- a/testing/nheko/APKBUILD
+++ b/testing/nheko/APKBUILD
@@ -63,7 +63,7 @@ check() {
}
package() {
- ninja -C build install
+ DESTDIR="$pkgdir" ninja -C build install
}
sha512sums="782673a3ae642029307517798e5be96cf0473cd4261af891988a35dfeb5e2e724d2c034407f62addd2e15973d287d11c6590d70cca739c705354cb0151536470 nheko-0.6.4.tar.gz