summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-01-31 17:41:52 +0300
committerCaleb Maclennan2024-01-31 17:41:52 +0300
commit3889d77bd30d145066ce26275615e33dcbc4f097 (patch)
treebb90c21460890d5ac99fa4c683d616b6f9daafa9
parent4768a87dd38c09390b92eaf70545b8ed499a5c00 (diff)
downloadaur-3889d77bd30d145066ce26275615e33dcbc4f097.tar.gz
upgpkg: lua51-graph-toolkit 1.0.r29.g7da648d-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54bd9f32b89d..cfc114009af8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lua51-graph-toolkit
pkgdesc = The Lua Graphics Toolkit, a Lua module for creating plots and graphical animations
pkgver = 1.0.r29.g7da648d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/franko/graph-toolkit
arch = x86_64
license = GPL-3.0-only
diff --git a/PKGBUILD b/PKGBUILD
index 09e79377d445..0067bd697b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=("lua51-$_rockname")
# pkgname=("lua-$_rockname" "lua53-$_rockname" "lua52-$_rockname" "lua51-$_rockname")
pkgver=1.0.r29.g7da648d
_rockrel=1
-pkgrel=1
+pkgrel=2
pkgdesc='The Lua Graphics Toolkit, a Lua module for creating plots and graphical animations'
arch=(x86_64)
url="https://github.com/franko/$_rockname"
@@ -31,7 +31,7 @@ pkgver() {
_package() {
cd "$_rockname"
- depends=("${pkgname%-*}") # "liblua$1.so"
+ depends=("${pkgname%%-*}") # "liblua$1.so"
provides=("${pkgname/-git}=$pkgver")
conflicts=("${pkgname/-git}")
luarocks --lua-version "$1" --tree "$pkgdir/usr/" \