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