summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2020-11-02 15:33:15 +0600
committerMubashshir2020-11-02 15:33:15 +0600
commite838168eed643e3bf12ce070709f175210564268 (patch)
treef6870580b50b61cc17a65a86a4011911ebc9db4c /PKGBUILD
parent1bcdc8094d13ebf24191d98e5856f466ac838150 (diff)
downloadaur-e838168eed643e3bf12ce070709f175210564268.tar.gz
pkgrel bump.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45f595beb488..b9ae99949d40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# pkg: github openresty/lua-resty-core
pkgname=lua-resty-core
pkgver=0.1.20
-pkgrel=1
+pkgrel=2
pkgdesc='Lua script engine for nginx lua module'
arch=('any')
@@ -10,9 +10,7 @@ depends=('luajit' 'lua-resty-lrucache' 'nginx')
url="https://github.com/openresty/lua-resty-core"
license=('BSD')
-source=(
- https://github.com/openresty/lua-resty-core/archive/v$pkgver.tar.gz
-)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openresty/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('3e1c7a2fb61c069fffe756b04c1dc1695987d93719389478a40798663f0e34b1')