summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Joram2023-02-05 21:57:47 +0200
committerPhilipp Joram2023-02-05 21:57:47 +0200
commit6bddb8b8c8c143922e5301a10b8ba1cb0fb910c3 (patch)
treebd07155b8db7e0a641ee7d5c07ab1233e173bfa5
parent2ec28fb7344e58a1500f62860767b16d6705fd88 (diff)
downloadaur-6bddb8b8c8c143922e5301a10b8ba1cb0fb910c3.tar.gz
Switch to Lua 5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 150a44e5d6d1..a6571a1761d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lua-luaprompt
pkgdesc = An embeddable Lua command prompt as well as a stand-alone interpreter with pretty-printing and autocompletion.
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dpapavas/luaprompt
arch = i686
arch = x86_64
license = custom
+ depends = lua
depends = lua-argparse
- source = https://github.com/dpapavas/luaprompt/archive/v0.7.tar.gz
+ source = lua-luaprompt-0.7::https://github.com/dpapavas/luaprompt/archive/v0.7.tar.gz
md5sums = eca026f5b6d294c9e6828b67a7c3447f
pkgname = lua-luaprompt
-
diff --git a/PKGBUILD b/PKGBUILD
index 044805e3f6b3..a66f6df2be34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Philipp Joram <mail at phijor dot me>
# Contributor: Petr Špaček <pspacek at isc dot org>
-_lua_version=5.3
+_lua_version=5.4
_lua_name=luaprompt
pkgname=lua-${_lua_name}
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="An embeddable Lua command prompt as well as a stand-alone interpreter with pretty-printing and autocompletion."
arch=(i686 x86_64)
url="https://github.com/dpapavas/luaprompt"
license=('custom')
-depends=("lua-argparse")
-source=("https://github.com/dpapavas/luaprompt/archive/v${pkgver}.tar.gz")
+depends=("lua" "lua-argparse")
+source=("${pkgname}-${pkgver}::https://github.com/dpapavas/luaprompt/archive/v${pkgver}.tar.gz")
md5sums=('eca026f5b6d294c9e6828b67a7c3447f')
build() {