summaryrefslogtreecommitdiff
path: root/libre/vim
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-25 11:24:32 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-25 11:24:32 -0300
commitbd45f6a201812512794ebdc36b8511fc27c44eb2 (patch)
tree583839614271ced047c0258074a7b1252982005b /libre/vim
parent8ec9ec091288cf2681a8c95cd999338f85d52695 (diff)
vim-7.4.459-1.parabola1: updating version
Diffstat (limited to 'libre/vim')
-rw-r--r--libre/vim/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/libre/vim/PKGBUILD b/libre/vim/PKGBUILD
index 8870addba..d2f5bb5e3 100644
--- a/libre/vim/PKGBUILD
+++ b/libre/vim/PKGBUILD
@@ -8,11 +8,11 @@
pkgbase=vim
pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
_topver=7.4
-_patchlevel=410
-__hgrev=7af530381fec
+_patchlevel=459
+__hgrev=187798e5e4b5
_versiondir="vim${_topver//./}"
pkgver=${_topver}.${_patchlevel}
-pkgrel=1.parabola2
+pkgrel=1.parabola1
arch=('i686' 'x86_64' 'mips64el')
license=('custom:vim')
url="http://www.vim.org"
@@ -22,7 +22,7 @@ source=("ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz"
'vimrc'
'parabola.vim'
'gvim.desktop')
-md5sums=('8e9722fbd9ddc3c05d21210939c23f23'
+md5sums=('912b7585725a27fe67f102fe0ed2363b'
'SKIP'
'27820c2bdc34624674c561ae6476bc6a'
'41c9a52bbd972f009437450a003ad3cd'
@@ -30,6 +30,8 @@ md5sums=('8e9722fbd9ddc3c05d21210939c23f23'
# source PKGBUILD && mksource
mksource() {
+ set -e
+
[[ -x /usr/bin/hg ]] || (echo "hg not found. Install mercurial." && return 1)
__hgroot='http://vim.googlecode.com/hg/'
@@ -55,8 +57,7 @@ mksource() {
gpg --detach-sign ${pkgbase}-${pkgver}.tar.xz
- scp ${pkgbase}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
- scp ${pkgbase}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+ scp ${pkgbase}-${pkgver}.tar.xz* nym:/srv/ftp/other/vim/
}
build() {