[arch-commits] Commit in vi/trunk (PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Jun 18 02:38:15 UTC 2008
Date: Tuesday, June 17, 2008 @ 22:38:15
Author: eric
Revision: 3026
upgpkg: vi 7.1.315-1
updated patch level, removed out of startdir reference
Modified:
vi/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-06-18 02:32:31 UTC (rev 3025)
+++ PKGBUILD 2008-06-18 02:38:15 UTC (rev 3026)
@@ -3,7 +3,7 @@
pkgname=vi
_srcver=7.1
-_patchlevel=267
+_patchlevel=315
pkgver=${_srcver}.${_patchlevel}
pkgrel=1
pkgdesc="a highly configurable, improved version of the vi text editor (basic version)"
@@ -27,8 +27,8 @@
build()
{
# pull in patches from vim.org (or the src cache alternatively)
- . ${startdir}/fetch_patches.sh
- . ${startdir}/fetch_runtime.sh
+ . ${startdir}/src/fetch_patches.sh
+ . ${startdir}/src/fetch_runtime.sh
get_patches || return 1
cd ${startdir}/src/vim$(echo ${_srcver} | sed "s/\.//")
# set the virc different from vimrc
More information about the arch-commits
mailing list