diff options
author | Caleb Maclennan | 2024-01-31 17:50:08 +0300 |
---|---|---|
committer | Caleb Maclennan | 2024-01-31 17:50:08 +0300 |
commit | b31644e1674ef0d55b1ec9686c364be014ae505c (patch) | |
tree | 696b8fb84f5a0bf37cecf7c3214db20a13d04e71 | |
parent | 47feabd1631993325916b99b47ddd2a8fa7ceb91 (diff) | |
download | aur-b31644e1674ef0d55b1ec9686c364be014ae505c.tar.gz |
upgpkg: lua-colors-git 8.05.26.r7.gf373e79-4
Fix dependencies to avoid circular
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = lua-colors-git pkgdesc = HSL Color Theory Computation in Lua pkgver = 8.05.26.r7.gf373e79 - pkgrel = 3 + pkgrel = 4 url = https://github.com/yuri/lua-colors arch = any license = MIT @@ -4,7 +4,7 @@ _rockname=colors _project=lua-$_rockname pkgname=("lua-$_rockname-git" "lua53-$_rockname-git" "lua52-$_rockname-git" "lua51-$_rockname-git") pkgver=8.05.26.r7.gf373e79 -pkgrel=3 +pkgrel=4 pkgdesc='HSL Color Theory Computation in Lua' arch=(any) url="https://github.com/yuri/$_project" @@ -27,7 +27,7 @@ pkgver() { _package() { cd "$_project" - depends=("${pkgname%-*}") + depends=("${pkgname%%-*}") provides=("${pkgname/-git}=$pkgver") conflicts=("${pkgname/-git}") luarocks --lua-version "$1" --tree "$pkgdir/usr/" \ |