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

Daurnimator daurnimator at gemini.archlinux.org
Fri May 20 04:48:05 UTC 2022


    Date: Friday, May 20, 2022 @ 04:48:05
  Author: daurnimator
Revision: 1209305

upgpkg: lua-dkjson 2.6-1

Modified:
  lua-dkjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 04:26:39 UTC (rev 1209304)
+++ PKGBUILD	2022-05-20 04:48:05 UTC (rev 1209305)
@@ -1,8 +1,8 @@
 # Maintainer: Daurnimator <daurnimator at archlinux.org>
 
 pkgname=("lua-dkjson" "lua53-dkjson" "lua52-dkjson" "lua51-dkjson")
-pkgver=2.5
-pkgrel=5
+pkgver=2.6
+pkgrel=1
 pkgdesc='David Kolf’s Pure Lua JSON module with UTF-8 support and no external dependencies'
 arch=('any')
 url="http://dkolf.de/src/dkjson-lua.fsl/home"
@@ -12,7 +12,7 @@
             )
 source=("http://dkolf.de/src/dkjson-lua.fsl/tarball/dkjson-$pkgver.tar.gz"
         "LICENSE")
-sha256sums=('b469e80daa9f2355c675d9293e831f3f69153e49856c59634db97899121a720d'
+sha256sums=('bd07ee4eb398aed6cf36f92423845399a5b46c15090990cc90e56d07c46f9773'
             '695b49734d1244ff236ec8785aa908883deb0f65b2356e36e8739ea06002b03c')
 
 build() {
@@ -21,8 +21,8 @@
     mkdir -p "$v/"
     luarocks make --lua-version="$v" \
       --pack-binary-rock --deps-mode=none \
-      dkjson-"$pkgver"-2.rockspec
-    mv dkjson-"$pkgver"-2.*.rock "$v/"
+      dkjson-"$pkgver"-1.rockspec
+    mv dkjson-"$pkgver"-1.*.rock "$v/"
   done
 }
 



More information about the arch-commits mailing list