diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-17 12:17:23 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-17 12:17:23 +0000 |
commit | 4667ad0abb52df06cd819928d61a9e5ff3a9a14f (patch) | |
tree | d2df26b4c85480177699ebeca735536e4c55be8a /community | |
parent | 0299d4c4b7e2c335bdb8ba427ff57124001f92c3 (diff) | |
download | aports-4667ad0abb52df06cd819928d61a9e5ff3a9a14f.tar.bz2 aports-4667ad0abb52df06cd819928d61a9e5ff3a9a14f.tar.xz |
community/libre2: updated url
Diffstat (limited to 'community')
-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" |