summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2016-05-24 16:29:14 -0600
committeramagura2016-05-24 16:29:14 -0600
commita8871449c60f99139ac98dbb4c43d13097d41780 (patch)
tree2b680ae6a8f647bbe6ea8358f17c7984760c0485
parent55c380ddecc7674afcbc50756cb1eb8ae965ae5a (diff)
downloadaur-a8871449c60f99139ac98dbb4c43d13097d41780.tar.gz
updates license info
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5420db623e30..74d284058448 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Tue May 24 22:24:24 UTC 2016
+# Tue May 24 22:29:05 UTC 2016
pkgbase = libtinfo
pkgdesc = symlink to ncurses for use in cuda and other packages
pkgver = 6
pkgrel = 14
url = http://www.gnu.org/software/ncurses/
arch = any
- license = unknown
+ license = MIT
depends = ncurses>=6.0
pkgname = libtinfo
diff --git a/PKGBUILD b/PKGBUILD
index 4e940c0d84d2..f4978309c8d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=14
pkgdesc="symlink to ncurses for use in cuda and other packages"
arch=('any')
url="http://www.gnu.org/software/ncurses/"
-license=('unknown')
+license=('MIT')
#conflicts=('libtinfo-5')
depends=('ncurses>=6.0')
_ncurses="$(pacman -Q ncurses | awk '{sub(/-[0-9]+/, "", $2); print $2}')"