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 ce072f37f1f4..bae03baae367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ 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
-license=(custom)
+license=(custom:MIT)
depends=(zsh)
makedepends=(git)
provides=(zsh-extract)
conflicts=(zsh-extract)
source=(git+https://github.com/le0me55i/zsh-extract)
install=zsh-extract-git.install
-sha256sum=(SKIP)
+sha256sum=('SKIP')
pkgver() {
cd "$_gitname"