summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrii Burkivskyi2019-12-19 07:14:51 +0100
committerAndrii Burkivskyi2019-12-19 07:14:51 +0100
commitafb87594bcc07001dc2bc561afcff93158de68e0 (patch)
tree05b640ee142a5749690fb0a2ed9568437592488d /PKGBUILD
parent5fa6ae75f7fdd17d614a99dda83dac1f5866dbc6 (diff)
downloadaur-afb87594bcc07001dc2bc561afcff93158de68e0.tar.gz
changed PKGBUILD
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"