summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlisk2017-10-09 07:26:02 +0200
committerFlisk2017-10-09 07:26:02 +0200
commit5351cf728985bb5b08f1f3cd71f1cc4ca8b48c37 (patch)
treeeca6cf404904362117075da81a2b3fc304066836
parent925d0cba2ccb2f64dbde78681046af493c0a0dd6 (diff)
downloadaur-5351cf728985bb5b08f1f3cd71f1cc4ca8b48c37.tar.gz
Remove pkgver function
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f579f9141e8..0e3f2819bd1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neovim-gtk
pkgdesc = GTK UI for Neovim written in Rust
pkgver = v0.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/daa84/neovim-gtk
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 629d855950a3..8f42d913fe09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=neovim-gtk
_pkgname=neovim-gtk
pkgver=v0.1.1
-pkgrel=2
+pkgrel=3
pkgdesc='GTK UI for Neovim written in Rust'
arch=('i686' 'x86_64')
url="https://github.com/daa84/neovim-gtk"
@@ -13,11 +13,6 @@ makedepends=('rust' 'cargo' 'git')
source=("git+https://github.com/daa84/neovim-gtk.git")
md5sums=('SKIP')
-pkgver() {
- cd "$srcdir/$_pkgname"
- git rev-list --count HEAD
-}
-
build() {
cd "$srcdir/$_pkgname"
cargo build --release