[arch-commits] Commit in vi/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Apr 6 11:56:08 UTC 2011


    Date: Wednesday, April 6, 2011 @ 07:56:08
  Author: jgc
Revision: 118264

Add epoch, remove force option

Modified:
  vi/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-06 10:03:58 UTC (rev 118263)
+++ PKGBUILD	2011-04-06 11:56:08 UTC (rev 118264)
@@ -4,6 +4,7 @@
 pkgname=vi
 pkgver=050325
 pkgrel=4
+epoch=1
 pkgdesc='The original ex/vi text editor.'
 arch=('i686' 'x86_64')
 url='http://ex-vi.sourceforge.net/'
@@ -11,7 +12,7 @@
 depends=('ncurses')
 optdepends=('mailx: used by the preserve command for notification')
 groups=('base')
-options=(force strip !libtool emptydirs)
+options=(strip !libtool emptydirs)
 source=(http://downloads.sourceforge.net/sourceforge/ex-vi/ex-${pkgver}.tar.bz2
         exrc.sample
         navkeys.patch




More information about the arch-commits mailing list