aboutsummarylogtreecommitdiffstats
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 bdc4618da3cd..cc8c3329b1be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _neovim="n"
_name='deoplete'
pkgname="${_name}-git"
pkgver=r2044.1c40f64
-pkgrel=1
+pkgrel=2
pkgdesc="deoplete completion plugin for neovim"
# i.e. seems to build and work fine on raspberrypi
arch=('any')
@@ -35,7 +35,7 @@ replaces=('')
backup=()
options=()
install="${_name}.install"
-source=("${_name}::${url//https/git}")
+source=("${_name}::git+${url}")
noextract=()
md5sums=('SKIP')