summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40b0318dcbdb..f01b313d4d63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vim-nox
pkgdesc = Vi Improved, console-only build with python2 support. Latest version from git.
- pkgver = git
- pkgrel = 1
+ pkgver = master
+ pkgrel = 0
url = http://www.vim.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1bc14b90a78f..cb4d0f6f42e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mikhail Burakov <mikhail.burakov gmail com>
pkgname=vim-nox
-pkgver=git
-pkgrel=1
+pkgver=master
+pkgrel=0
arch=('i686' 'x86_64')
license=('custom:vim')
url='http://www.vim.org'