summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Kovetskiy2020-07-13 16:17:42 +0300
committerEgor Kovetskiy2020-07-13 16:17:42 +0300
commitc3d85ff204217e3d9cd756867aeeb7438e43f5be (patch)
tree615ce056ec30aecd36a6de7d3b1c1585dd7f8eba
parentba5dc9bdfb71fc1d41f659e5df4187266cf368c8 (diff)
downloadaur-shdoc-git.tar.gz
sync github.com/kovetskiy/pkgbuilds
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea0a35d2f2c8..6f3a34027821 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = shdoc-git
pkgrel = 1
url = https://github.com/reconquest/shdoc
arch = any
- license = GPL
+ license = MIT
makedepends = git
depends = gawk
source = shdoc-git::git+ssh://github.com/reconquest/shdoc
diff --git a/PKGBUILD b/PKGBUILD
index 2cfd31ee9f71..56c7cce55cd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=20200713.38_02f326e
pkgrel=1
pkgdesc="generate documentation for shell scripts"
arch=('any')
-license=('GPL')
+license=('MIT')
makedepends=('git')
depends=('gawk')
url="https://github.com/reconquest/shdoc"