summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b62cbca7e58..4d14c3924999 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = ruby-kwalify
pkgrel = 1
url = http://www.kuwata-lab.com/kwalify/
arch = any
+ license = MIT
depends = ruby
noextract = kwalify-0.7.2.gem
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 20f4b2a01ab1..98e8e5e7435d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='a parser, schema validator, and data-binding tool for YAML and JSON.'
arch=(any)
url='http://www.kuwata-lab.com/kwalify/'
-license=()
+license=('MIT')
depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)