summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbiell2017-12-27 17:39:33 -0500
committerbiell2017-12-27 17:39:33 -0500
commitf0a9ddebbed6e79df6c5d93c99fbf7363642b07f (patch)
tree5d3a1a1cbbbca46dbf3ef65abb3a6c09c972ade2
parent14be5c55e4dd715bb6a08643a5540bb7ef11fbf0 (diff)
downloadaur-f0a9ddebbed6e79df6c5d93c99fbf7363642b07f.tar.gz
fix download URL
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10e3f34c3c7f..45726b40c390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgname=xvile
_basename=vile
pkgver=9.8_r
_basever=9.8
-pkgrel=1
+pkgrel=2
pkgdesc="vi like emacs"
arch=('i686' 'x86_64')
url="http://invisible-island.net/vile/vile.html"
-_download="ftp://invisible-island.net/vile"
+_download="ftp://ftp.invisible-island.net/vile"
depends=('perl' 'vile' 'xaw3d')
license=('custom')
options=(!libtool)