Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
busted


Commits:
9a95ce16 by Caleb Maclennan at 2024-05-27T00:07:08+03:00
upgpkg: 2.2.0-2: Preempt LuaRocks now injecting more path clutter in wrapper 
scripts

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = busted
        pkgdesc = Elegant Lua unit testing
        pkgver = 2.2.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://lunarmodules.github.io/busted/
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ pkgbase=busted
 pkgname=("$pkgbase" "lua-$pkgbase" "lua53-$pkgbase" "lua52-$pkgbase" 
"lua51-$pkgbase")
 pkgver=2.2.0
 _rockrel=1
-pkgrel=1
+pkgrel=2
 pkgdesc='Elegant Lua unit testing'
 arch=(any)
 url="https://lunarmodules.github.io/$pkgbase/";
@@ -37,7 +37,7 @@ _package() {
        else
                rm -rf "$pkgdir/usr/share/lua"
                rm -rf "$pkgdir/usr/lib"
-               find "$pkgdir/usr/bin" -type f -execdir sed -i -e "s#$pkgdir##" 
{} \;
+               find "$pkgdir/usr/bin" -type f -execdir sed -i -e 
"s#$pkgdir##g" {} \;
        fi
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/busted/-/commit/9a95ce16e4b7af29a57af7a575c57b582675b67c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/busted/-/commit/9a95ce16e4b7af29a57af7a575c57b582675b67c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to