Date: Wednesday, November 7, 2012 @ 11:02:08 Author: stephane Revision: 170419
change mailx to heirloom-mailx in optdepends Modified: vi/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-11-07 15:47:16 UTC (rev 170418) +++ PKGBUILD 2012-11-07 16:02:08 UTC (rev 170419) @@ -10,7 +10,7 @@ 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 @@ -27,7 +27,6 @@ build() { cd "${srcdir}/ex-${pkgver}" - # apply patches patch -Np1 -i ../navkeys.patch patch -Np0 -i ../increase-tube.patch # FS#20653
