[arch-commits] Commit in lua-posix/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Mon Aug 22 10:21:04 UTC 2022


    Date: Monday, August 22, 2022 @ 10:21:04
  Author: alerque
Revision: 1274609

upgpkg: lua-posix 35.1-4

Modified:
  lua-posix/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 10:18:36 UTC (rev 1274608)
+++ PKGBUILD	2022-08-22 10:21:04 UTC (rev 1274609)
@@ -7,7 +7,7 @@
 pkgname=("$pkgbase" "lua51-$_rockname" "lua52-$_rockname" "lua53-$_rockname")
 pkgver=35.1
 _rockrel=1
-pkgrel=3
+pkgrel=4
 pkgdesc='POSIX bindings for Lua'
 arch=(x86_64 i686)
 url="https://github.com/$_project/$_project"
@@ -14,7 +14,6 @@
 license=(MIT)
 depends=(libxcrypt
          libcrypt.so)
-_luadeps=(std-normalize)
 makedepends=(lua
              lua51
              lua52
@@ -27,7 +26,7 @@
 
 _package() {
 	cd "$_archive"
-	depends+=("${pkgname%-*}" "${_luadeps[@]/#/${pkgname%-*}-}")
+	depends+=("${pkgname%-*}")
 	luarocks --lua-version="$1" --tree="$pkgdir/usr/" \
 		make --deps-mode=none --no-manifest "$_archive-$_rockrel.rockspec"
 	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE



More information about the arch-commits mailing list