summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrii Burkivskyi2019-12-19 07:32:13 +0100
committerAndrii Burkivskyi2019-12-19 07:32:13 +0100
commita2dd59be49de9d953381890bdbc62618bb84a0cb (patch)
tree87e8c3f76ceb8aa5f99af27710cefd6f2317ca86
parentafb87594bcc07001dc2bc561afcff93158de68e0 (diff)
downloadaur-a2dd59be49de9d953381890bdbc62618bb84a0cb.tar.gz
изменено: .SRCINFO
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d866427cd92..ec36ed76324f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,12 +5,12 @@ pkgbase = zsh-extract-git
url = https://github.com/le0me55i/zsh-extract
install = zsh-extract-git.install
arch = any
- license = custom
+ license = custom:MIT
makedepends = git
depends = zsh
provides = zsh-extract
conflicts = zsh-extract
- source = git+https://github.com/le0me55i/zsh-extract
+ source = git://github.com/le0me55i/zsh-extract
pkgname = zsh-extract-git
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')