summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Colista2020-09-28 13:25:15 +0000
committerFrancesco Colista2020-09-28 13:25:15 +0000
commit4f80f70ffdf617d5dcc230a80e081ca774c3787f (patch)
tree6f8ed750d0f8c8d8295e37cf36594b07a3ce8e7e /PKGBUILD
parent5b870bd2dff4956520ac1375d27ec40fa3b764c2 (diff)
downloadaur-4f80f70ffdf617d5dcc230a80e081ca774c3787f.tar.gz
lua-pc: use tagged version rather than git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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