summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 852233262bf4..1f1a25c34cd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Biell <biell@pobox.com>
pkgname=vile
-pkgver=9.8_w
+pkgver=9.8_x
_basever=${pkgver//_/}
pkgrel=1
pkgdesc="vi like emacs"
@@ -10,8 +10,8 @@ arch=('x86_64')
url="http://invisible-island.net/vile/vile.html"
depends=('ncurses')
license=('custom')
-source=( ftp://ftp.invisible-island.net/vile/current/vile-${_basever}.tgz )
-sha1sums=( 7fed26774f22ffad722c1108c2c2a91ad6502ce6 )
+source=( https://invisible-island.net/archives/vile/current/vile-${_basever}.tgz )
+sha1sums=( 236d8c76439cbf60f36c53bf40c6f27f227da044 )
prepare() {
cd "$srcdir"/$pkgname-${_basever}