summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2016-09-23 10:28:18 +0200
committermschubert2016-09-23 10:28:18 +0200
commit035ba31e18ce020e8fa269e90eea89790d0ab169 (patch)
treec606943392bc9b28739623e28de112a2bc71a8d0 /PKGBUILD
parent0ba88867dd3efe916e5d653e0228d4584b7ac5fd (diff)
downloadaur-035ba31e18ce020e8fa269e90eea89790d0ab169.tar.gz
remove defunct URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 895f26f36789..d5f914769e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,10 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
-
pkgname=vim-wombat
pkgver=2.0
pkgrel=2
pkgdesc="Two versions of the 256-color Wombat scheme for vim"
arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=2465
- http://blog.echofish.org/?p=55"
+url="http://www.vim.org/scripts/script.php?script_id=2465"
license=('GPL')
depends=('vim')
source=(wombat256.vim::http://www.vim.org/scripts/download_script.php?src_id=13397
@@ -24,4 +22,3 @@ package() {
install -Dm644 "$srcdir/wombat256mod.vim" \
"$pkgdir/usr/share/vim/vim74/colors/wombat256mod.vim"
}
-