summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2017-09-10 10:00:31 +0200
committerPeter Hofmann2017-09-10 10:00:31 +0200
commitd4a237b1400b7bac28f7975e4d3f598f84ff340f (patch)
tree7e525f5a9a2f372fda437f13b69189bf4f32767f
parent339dffcf05c9c57613a89ca69050b3a0ce002299 (diff)
downloadaur-d4a237b1400b7bac28f7975e4d3f598f84ff340f.tar.gz
License changed to MIT
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cd69c736ed5..ee038f885f4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Sat Aug 5 10:19:02 UTC 2017
+# Sun Sep 10 08:00:29 UTC 2017
pkgbase = sgopherd-git
pkgdesc = A gopher server written in Bash
pkgver = 17.02.1.g5f96939
pkgrel = 1
url = https://github.com/vain/sgopherd
arch = any
- license = custom:PIZZA-WARE
+ license = MIT
makedepends = git
depends = bash
optdepends = xinetd: Traditional way to run sgopherd
diff --git a/PKGBUILD b/PKGBUILD
index 86aec63418b3..86b80a0196eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A gopher server written in Bash"
arch=('any')
url="https://github.com/vain/sgopherd"
-license=('custom:PIZZA-WARE')
+license=('MIT')
depends=('bash')
makedepends=('git')
backup=('etc/xinetd.d/sgopherd')