aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-multi_json/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-30 22:41:22 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-30 22:41:22 +0100
commitee8e7f9bed830b006d9bcb6149c91cbb9cd579e7 (patch)
treec31d980ea628c50658a6ccc6a69986b0f26909e9 /community/ruby-multi_json/APKBUILD
parentd59e9215716378c303449fd6bbaa570a74a69907 (diff)
community/ruby-multi_json: fix license
Diffstat (limited to 'community/ruby-multi_json/APKBUILD')
-rw-r--r--community/ruby-multi_json/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-multi_json/APKBUILD b/community/ruby-multi_json/APKBUILD
index 90175957cc0..04953858973 100644
--- a/community/ruby-multi_json/APKBUILD
+++ b/community/ruby-multi_json/APKBUILD
@@ -2,11 +2,11 @@
pkgname=ruby-multi_json
_gemname=${pkgname#ruby-}
pkgver=1.12.2
-pkgrel=1
+pkgrel=2
pkgdesc="A gem to provide easy switching between different JSON backends"
url="https://rubygems.org/gems/multi_json"
arch="noarch"
-license="custom"
+license="MIT"
depends="ruby"
source="$pkgname-$pkgver.tar.gz::https://github.com/intridea/$_gemname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_gemname-$pkgver"