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

Christian Hesse eworm at archlinux.org
Tue Jun 30 16:19:36 UTC 2020


    Date: Tuesday, June 30, 2020 @ 16:19:34
  Author: eworm
Revision: 657190

upgpkg: vis 0.6-2: lua 5.4 rebuild

Modified:
  vis/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-30 16:13:18 UTC (rev 657189)
+++ PKGBUILD	2020-06-30 16:19:34 UTC (rev 657190)
@@ -3,7 +3,7 @@
 pkgname=vis
 _tag='fbf2cb0979fb1e2eb256d2f3b61b4450aab8abae' # git rev-parse v${pkgver}
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
 arch=('x86_64')
 url='https://github.com/martanne/vis#vis-a-vim-like-text-editor'
@@ -26,6 +26,9 @@
 	git update-index --assume-unchanged .gitmodules
 	git submodule init
 	git submodule update
+
+	# build: define LUA_COMPAT_5_3
+	git cherry-pick -n 603ee4688ca0da05840bbc15241ee53b02d0987d
 }
 
 build() {



More information about the arch-commits mailing list