Date: Tuesday, November 1, 2022 @ 16:44:24
  Author: eworm
Revision: 1340198

upgpkg: vis 0.8-1: new upstream release

Modified:
  vis/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-01 16:42:10 UTC (rev 1340197)
+++ PKGBUILD    2022-11-01 16:44:24 UTC (rev 1340198)
@@ -1,9 +1,9 @@
 # Maintainer: Christian Hesse <[email protected]>
 
 pkgname=vis
-_tag='b1bba35b097639865a4f2accc92194d9ce8e39e0' # git rev-parse v${pkgver}
-pkgver=0.7
-pkgrel=2
+_tag='688f730c248343a000801b1a925b6267a9f9e8f6' # git rev-parse v${pkgver}
+pkgver=0.8
+pkgrel=1
 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'
@@ -17,14 +17,13 @@
 license=('custom:ISC')
 backup=('etc/vis/visrc.lua')
 validpgpkeys=('54A47F12462D26A7D078A932C83A52CD1962562C') # Marc André Tanner 
<[email protected]>
-source=("git://github.com/martanne/vis.git#tag=${_tag}?signed"
-        'git://github.com/martanne/vis-test.git')
+# TODO: can we have signed tag back?
+source=("git+https://github.com/martanne/vis.git#tag=${_tag}";
+        'git+https://github.com/martanne/vis-test.git')
 sha256sums=('SKIP'
             'SKIP')
 
 _backports=(
-  # lexers: fix bug in bash lexer for last here-doc 
-  'e57851806592f5ea4ee48303b97a5f59731370c5'
 )
 
 _reverts=(
@@ -36,7 +35,7 @@
   git config --file=.gitmodules submodule.test.url ../vis-test/
   git update-index --assume-unchanged .gitmodules
   git submodule init
-  git submodule update
+  git -c protocol.file.allow=always submodule update
   
   local _c
   for _c in "${_backports[@]}"; do

Reply via email to