summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')