summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2017-12-24 10:16:06 +0100
committerPeter Hofmann2017-12-24 10:16:06 +0100
commit574a4a95ccff284a69d730b3794d951b7d226599 (patch)
treeecd33f783ba795eb4d078e9cbdfbdc21fcc211fe
parentcb90b8a1e3c801a1e62bcc5d3e990d22fe4e3cbe (diff)
downloadaur-574a4a95ccff284a69d730b3794d951b7d226599.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 886a137be7ab..6b57112a5ebb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 26 09:37:50 UTC 2016
+# Sun Dec 24 09:16:04 UTC 2017
pkgbase = asciiworld-git
pkgdesc = ASCII world map and tools
pkgver = 15.03
@@ -8,7 +8,7 @@ pkgbase = asciiworld-git
install = asciiworld.install
arch = i686
arch = x86_64
- license = custom:PIZZA-WARE
+ license = MIT
makedepends = git
depends = gd
depends = shapelib
diff --git a/PKGBUILD b/PKGBUILD
index 5c3e7bd06cae..ac48af46401f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=3
pkgdesc="ASCII world map and tools"
arch=('i686' 'x86_64')
url="https://github.com/vain/asciiworld"
-license=('custom:PIZZA-WARE')
+license=('MIT')
depends=('gd' 'shapelib')
makedepends=('git')
optdepends=('curl: Retrieving various data'