summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7563e75cfc4f..229704f8b1da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name='nvim-yarp'
pkgname="${_name}-git"
pkgver=r51.b710bf4
-pkgrel=1
+pkgrel=2
pkgdesc="(an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins."
arch=('any')
url="https://github.com/roxma/nvim-yarp"
@@ -17,7 +17,7 @@ backup=()
options=()
# maybe at some point there will be helptags to update
install="${_name}.install"
-source=("${_name}::${url//https/git}")
+source=("${_name}::git+${url}")
noextract=()
md5sums=('SKIP')