diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-30 22:41:22 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-30 22:41:22 +0100 |
commit | ee8e7f9bed830b006d9bcb6149c91cbb9cd579e7 (patch) | |
tree | c31d980ea628c50658a6ccc6a69986b0f26909e9 /community/ruby-multi_json | |
parent | d59e9215716378c303449fd6bbaa570a74a69907 (diff) | |
download | aports-ee8e7f9bed830b006d9bcb6149c91cbb9cd579e7.tar.bz2 aports-ee8e7f9bed830b006d9bcb6149c91cbb9cd579e7.tar.xz |
community/ruby-multi_json: fix license
Diffstat (limited to 'community/ruby-multi_json')
-rw-r--r-- | community/ruby-multi_json/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-multi_json/APKBUILD b/community/ruby-multi_json/APKBUILD index 90175957cc..0495385897 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" |