diff options
Diffstat (limited to 'community/lua-http/APKBUILD')
-rw-r--r-- | community/lua-http/APKBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/community/lua-http/APKBUILD b/community/lua-http/APKBUILD index 787ddc59bd..cc88dbcae7 100644 --- a/community/lua-http/APKBUILD +++ b/community/lua-http/APKBUILD @@ -2,16 +2,18 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=lua-http pkgver=0.2 -pkgrel=1 +pkgrel=2 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-cqueues lua-basexx lua-fifo lua-lpeg lua-lpeg_patterns lua-ossl" +depends="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" makedepends="" subpackages="" -source="$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/$pkgname/archive/v$pkgver.tar.gz + lpeg_patterns-0.5.patch + " builddir="$srcdir/$pkgname-$pkgver" case "$CARCH" in @@ -64,4 +66,5 @@ _subpackage() { echo 'rock_manifest = {}' > "$rockdir"/rock_manifest } -sha512sums="ed71ac09277e8602e3d4954541f06c09ef444db20e5b4e39a17b9ed4893046b1442969902c0ba84fc4c3c922a6d1c8ebf853fceda261b12bf10ea9aa24389587 lua-http-0.2.tar.gz" +sha512sums="ed71ac09277e8602e3d4954541f06c09ef444db20e5b4e39a17b9ed4893046b1442969902c0ba84fc4c3c922a6d1c8ebf853fceda261b12bf10ea9aa24389587 lua-http-0.2.tar.gz +9ce9038c69bb6d4730cf7717fde9c47447eafbe050dd88a6e60930a9cca63f80598f379885627b06f45e744fe6d59531c58d25565834a1963c81b884560710cc lpeg_patterns-0.5.patch" |