summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86f44dde8e91..c079fa35cddf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
-# Generated by mksrcinfo v8
-# Tue Sep 26 22:24:14 UTC 2017
pkgbase = luadec51-git
pkgdesc = Disassembler for Lua compiled bytecode (git)
pkgver = r13.35cddc8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sztupy/luadec51/wiki
arch = i686
arch = x86_64
license = MIT
depends = lua
source = luadec51-git::git+https://github.com/sztupy/luadec51.git
- source = http://gentoo.mirrors.pair.com/distfiles/lua-5.1.5.tar.gz
+ source = https://gentoo.osuosl.org/distfiles/lua-5.1.5.tar.gz
md5sums = SKIP
md5sums = 2e115fe26e435e33b0d5c022e4490567
pkgname = luadec51-git
-
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')