diff options
Diffstat (limited to 'community/libre2/APKBUILD')
-rw-r--r-- | community/libre2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libre2/APKBUILD b/community/libre2/APKBUILD index 908bbf5501..e5cf825f27 100644 --- a/community/libre2/APKBUILD +++ b/community/libre2/APKBUILD @@ -5,10 +5,10 @@ _pkgname=re2 pkgver=2018.03.01 _pkgver=${pkgver//./-} pkgrel=0 -pkgdesc="an efficient, principled regular expression library" +pkgdesc="Efficient, principled regular expression library" url="https://github.com/google/re2" arch="all" -license="custom" +license="BSD-3-Clause" options="!check" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/google/$_pkgname/archive/$_pkgver.tar.gz" |