summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Moch2018-12-19 06:25:32 -0500
committerDaniel Moch2018-12-19 06:25:32 -0500
commit7f19dd303b35d75f848493c0c782837a106d477c (patch)
tree41d02a723b4148ef91d15a28b1978b6e673d1da3 /PKGBUILD
parenta2c035be32db6b33134687a46453473c161ceef6 (diff)
downloadaur-7f19dd303b35d75f848493c0c782837a106d477c.tar.gz
Fix package URL's
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 488ea444147e..18c522aa4c50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.3.0
pkgrel=2
pkgdesc="Minimal, asynchronous quickfix commands for Vim 8.0"
arch=('any')
-url="https://git.danielmoch.com/vim-makejob.git"
+url="https://git.danielmoch.com/vim-makejob"
license=('MIT')
depends=('vim')
source=("${url}/snapshot/${pkgname}-${pkgver}.tar.gz"{,.asc})