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 544d59b45c38..06e9191565ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ depends=('zsh')
makedepends=('git')
provides=('zsh-extract')
conflicts=('zsh-extract')
-source=("${_gitname}::${url//https/git}")
+source=('git+https://github.com/le0me55i/zsh-extract.git')
install=zsh-extract-git.install
-sha256sum=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_gitname}"