makedeb


neovim-git 16b0d3ae2022.04.20-2


Vim-fork focused on extensibility and usability

Click here to go back to the commit logs for neovim-git.

Commit:


Hash: d2eddceee137e529573b92e1cd648a8069159222

Message: minor update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 2b16c83..787a7d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = neovim-git
 	pkgdesc = Vim-fork focused on extensibility and usability
-	pkgver = 18750nightly2021.09.01
+	pkgver = 0.5.0.697.gec4731d98190672021.09.28
 	pkgrel = 1
 	url = https://neovim.io/
 	arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 786bcf0..3c46619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=neovim-git
 _pkgname=neovim
-pkgver=18750nightly2021.09.01
+pkgver=0.5.0.697.gec4731d98190672021.09.28
 pkgrel=1
 pkgdesc="Vim-fork focused on extensibility and usability"
 arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -27,7 +27,7 @@ pkgver() {
     _tag=$(git describe --tags | sed -e 's:-:.:g' -e 's:v::') # tag is mobile, and switches between numbers and letters, can't use it for versioning
     _commits=$(git rev-list --count HEAD | sed 's:-:.:g') # total commits is the most sane way of getting incremental pkgver
     _date=$(git log -1 --date=short --pretty=format:%cd)
-    printf "%s%s%s\n" "${_commits}" "${_tag}" "${_date}" | sed -e 's:-:.:g'  -e 's:_:.:g'
+    printf "%s%s%s\n" "${_tag}" "${_commits}" "${_date}" | sed -e 's:-:.:g'  -e 's:_:.:g'
 }
 
 package() {