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 bae03baae367..31603ad70ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgver=r2.85ee9a2
pkgrel=1
pkgdesc="This plugin defines a function called extract that extracts the archive file you pass it, and it supports a wide variety of archive filetypes."
arch=(any)
-url=https://github.com/le0me55i/zsh-extract
+url='https://github.com/le0me55i/zsh-extract'
license=(custom:MIT)
depends=(zsh)
makedepends=(git)
provides=(zsh-extract)
conflicts=(zsh-extract)
-source=(git+https://github.com/le0me55i/zsh-extract)
+source=('git://github.com/le0me55i/zsh-extract')
install=zsh-extract-git.install
sha256sum=('SKIP')