summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista2020-09-28 13:25:15 +0000
committerFrancesco Colista2020-09-28 13:25:15 +0000
commit4f80f70ffdf617d5dcc230a80e081ca774c3787f (patch)
tree6f8ed750d0f8c8d8295e37cf36594b07a3ce8e7e
parent5b870bd2dff4956520ac1375d27ec40fa3b764c2 (diff)
downloadaur-4f80f70ffdf617d5dcc230a80e081ca774c3787f.tar.gz
lua-pc: use tagged version rather than git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33f03b648f41..79284d96c992 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,13 +6,12 @@ pkgbase = lua-pc
arch = i686
arch = x86_64
license = MIT/X11
- makedepends = git
makedepends = lua
makedepends = lua51
makedepends = lua52
makedepends = lua53
- source = git+https://github.com/fabled/lpc.git
- md5sums = SKIP
+ source = https://github.com/fabled/lpc/archive/1.0.0.zip
+ md5sums = 9b3b26a88599e37857b54c8e3dea19e3
pkgname = lua-pc
pkgdesc = Lua Process Call (lpc) for Lua 5.4
diff --git a/PKGBUILD b/PKGBUILD
index 424681c63af9..0c35bf0b30ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ pkgdesc="Lua Process Call (lpc)"
license=('MIT/X11')
arch=('i686' 'x86_64')
url="https://github.com/fabled/lpc"
-makedepends=('git' 'lua' 'lua51' 'lua52' 'lua53')
-source=( git+https://github.com/fabled/lpc.git )
-md5sums=('SKIP')
+makedepends=('lua' 'lua51' 'lua52' 'lua53')
+source=( https://github.com/fabled/lpc/archive/$pkgver.zip )
+md5sums=('9b3b26a88599e37857b54c8e3dea19e3')
build() {
mkdir -p 5.1 5.2 5.3 5.4