summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2018-11-10 01:25:28 +1100
committerdaurnimator2018-11-10 01:25:28 +1100
commit4307d905cd1a365c548c76cf537db96ef537119c (patch)
tree27e0efad14ed88b84d03fc0f5579b4b968ffe9a4
parent9d2f4c3482966ea6485af909bc3f653bf803c766 (diff)
downloadaur-4307d905cd1a365c548c76cf537db96ef537119c.tar.gz
Use pkgname prefixed tarball to allow a shared SRCDEST
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d34727f3b5e..3256b9629a7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = lua-luaossl
makedepends = lua51
makedepends = lua52
depends = openssl
- source = https://github.com/wahern/luaossl/archive/rel-20181102.tar.gz
+ source = lua-luaossl-20181102.tar.gz::https://github.com/wahern/luaossl/archive/rel-20181102.tar.gz
md5sums = 66aa0e550cae993e4e406e8720aa0e60
pkgname = lua-luaossl
diff --git a/PKGBUILD b/PKGBUILD
index d803f907fbf4..7cad2b2035ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='http://25thandclement.com/~william/projects/luaossl.html'
license=('MIT')
makedepends=('lua' 'lua51' 'lua52')
depends=('openssl')
-source=(https://github.com/wahern/luaossl/archive/rel-$pkgver.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/luaossl/archive/rel-$pkgver.tar.gz")
md5sums=('66aa0e550cae993e4e406e8720aa0e60')
build() {