aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/lua-http/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/lua-http/APKBUILD b/community/lua-http/APKBUILD
index 3ad2f14ad14..ee391ee7c87 100644
--- a/community/lua-http/APKBUILD
+++ b/community/lua-http/APKBUILD
@@ -2,14 +2,16 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=lua-http
pkgver=0.3
-pkgrel=0
+pkgrel=1
pkgdesc="HTTP Library for Lua that supports HTTP(S) 1.0, 1.1 and 2.0"
url="https://github.com/daurnimator/lua-http"
arch="noarch"
license="MIT"
depends="lua-binaryheap lua-cqueues lua-basexx lua-fifo lua-lpeg lua-lpeg_patterns>=0.5 lua-ossl"
checkdepends="lua-busted lua5.1-compat53 lua5.2-compat53 lua5.1-bit32 luajit"
-source="$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/lua-http/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/lua-http/archive/v$pkgver.tar.gz
+ https://github.com/daurnimator/lua-http/commit/cb7b59474a2ca6b64474330ec2bb279c092f661a.patch
+ "
case "$CARCH" in
# FIXME: Some tests fail with "Address not available".
@@ -56,4 +58,5 @@ _subpackage() {
echo 'rock_manifest = {}' > "$rockdir"/rock_manifest
}
-sha512sums="5728848849e8d3e99328abdc6aff3034a708f0e5884e8718a9266900a561a37850e2bf911e9cbd0d4d538799e1fd8bb4fd66008f4787011f5802b259d51f8281 lua-http-0.3.tar.gz"
+sha512sums="5728848849e8d3e99328abdc6aff3034a708f0e5884e8718a9266900a561a37850e2bf911e9cbd0d4d538799e1fd8bb4fd66008f4787011f5802b259d51f8281 lua-http-0.3.tar.gz
+a4f0f329885be9ae03ef86eaf58cfa10609ae2eb58204a73eaa97840829ba555e6a3aba97120cf262ade5155887468715c92f78d32d404bba6ef9129b86a1589 cb7b59474a2ca6b64474330ec2bb279c092f661a.patch"