summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2021-06-13 00:09:59 +0200
committerJose Riha2021-06-13 00:09:59 +0200
commitbd83a32a49c59f23a09ab5d7fe3e82317627217a (patch)
treeb4ee50968b6c3517304247f331e0e7e10da7fd13 /PKGBUILD
parentcf109efc8af0e9b49b67518f4bd9e4a4ec1aec62 (diff)
downloadaur-luadec51-git.tar.gz
Update source (thanks @mal)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e465f8c4c0b5..7adda1e228f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=luadec51-git
pkgdesc="Disassembler for Lua compiled bytecode (git)"
pkgver=r13.35cddc8
-pkgrel=1
+pkgrel=2
_luaver=5.1.5
arch=('i686' 'x86_64')
url="https://github.com/sztupy/luadec51/wiki"
license=('MIT')
depends=(lua)
source=("${pkgname}"::'git+https://github.com/sztupy/luadec51.git'
-http://gentoo.mirrors.pair.com/distfiles/lua-${_luaver}.tar.gz
+ "https://gentoo.osuosl.org/distfiles/lua-${_luaver}.tar.gz"
)
md5sums=('SKIP'
'2e115fe26e435e33b0d5c022e4490567')