summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2021-06-11 11:57:57 -0500
committerlibele2021-06-11 11:57:57 -0500
commit74c7d5cc1a8b399da0b291a75279c7289fc9c0de (patch)
tree616843e175ff087941ef9e4e46747afb62834d0d
parent46281ae68411f08c47d450bdc1c019cfd6be6281 (diff)
downloadaur-74c7d5cc1a8b399da0b291a75279c7289fc9c0de.tar.gz
add licenses
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef53cc6b3852..f8fb5588dd25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = inform-git
pkgdesc = Interactive fiction compiler (git version)
pkgver = 6.34.6.12.4.1.44.g12f9935
- pkgrel = 1
+ pkgrel = 2
url = http://www.inform-fiction.org/
arch = i686
arch = x86_64
groups = inform
- license = custom:"freeware"
+ license = Artistic2.0
+ license = MIT
depends = glibc
provides = inform
conflicts = inform
diff --git a/PKGBUILD b/PKGBUILD
index 70fd592977f4..e057a0429401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=inform-git
_gitpkg=inform6unix
pkgver=6.34.6.12.4.1.44.g12f9935
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive fiction compiler (git version)"
arch=(i686 x86_64)
url="http://www.inform-fiction.org/"
-license=('custom:"freeware"')
+license=('Artistic2.0' 'MIT')
depends=('glibc')
provides=('inform')
conflicts=('inform')