summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrii Burkivskyi2019-12-19 08:11:25 +0100
committerAndrii Burkivskyi2019-12-19 08:11:25 +0100
commit43995d8e3cce676cab3c23a5a617b61d69217b85 (patch)
treea7a31caf720a0a8377dc0b367cda143c0441d1d6 /PKGBUILD
parent3555c23f9a7576c39c7e107e230d371e41eaa10c (diff)
downloadaur-43995d8e3cce676cab3c23a5a617b61d69217b85.tar.gz
a47fre42
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}"