diff options
Diffstat (limited to 'core/vi/PKGBUILD')
-rw-r--r-- | core/vi/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/core/vi/PKGBUILD b/core/vi/PKGBUILD index 0a5c7f815..cb27b8820 100644 --- a/core/vi/PKGBUILD +++ b/core/vi/PKGBUILD @@ -1,33 +1,30 @@ -# $Id: PKGBUILD 160405 2012-06-01 18:35:53Z eric $ +# $Id: PKGBUILD 171607 2012-11-20 05:26:38Z eric $ # Maintainer: tobias [ tobias at archlinux org ] pkgname=vi pkgver=050325 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc='The original ex/vi text editor.' arch=('i686' 'x86_64') url='http://ex-vi.sourceforge.net/' license=('custom:ex') depends=('ncurses') -optdepends=('mailx: used by the preserve command for notification') +optdepends=('heirloom-mailx: used by the preserve command for notification') groups=('base') options=(strip !libtool emptydirs) source=(http://downloads.sourceforge.net/sourceforge/ex-vi/ex-${pkgver}.tar.bz2 - exrc.sample navkeys.patch increase-tube.patch preserve_dir.patch) md5sums=('e668595254233e4d96811083a3e4e2f3' - 'd3b483c994d859232ce369b82a4b5668' 'aac133930047eafa4f28736cfaf976b3' 'e596e05a00a24187b576e389fa1de45d' - '419a8755e0dd16e95542bc107e6d2b24') + '8c6d3503e7c41a4413145ae49a7f2b80') build() { cd "${srcdir}/ex-${pkgver}" - # apply patches patch -Np1 -i ../navkeys.patch patch -Np0 -i ../increase-tube.patch # FS#20653 |