aboutsummaryrefslogtreecommitdiffstats
path: root/community/re2/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-10-21 12:14:32 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-10-21 12:42:35 +0200
commit8be660730df8e91fb1ae946bdefb321a8484eeee (patch)
tree4e8645d5f35cea3cb884c8139e17e2ffdedef62e /community/re2/APKBUILD
parent1c4f9c82a4414b94ea3366dbdd10d6bb95532032 (diff)
downloadaports-8be660730df8e91fb1ae946bdefb321a8484eeee.tar.bz2
aports-8be660730df8e91fb1ae946bdefb321a8484eeee.tar.xz
community/re2: rename source tarball
Otherwise the file name is not necessarily unique.
Diffstat (limited to 'community/re2/APKBUILD')
-rw-r--r--community/re2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/re2/APKBUILD b/community/re2/APKBUILD
index 369c4d1637..8647226d13 100644
--- a/community/re2/APKBUILD
+++ b/community/re2/APKBUILD
@@ -10,7 +10,7 @@ arch="all"
license="BSD-3-Clause"
subpackages="$pkgname-dev $pkgname-doc"
provides="libre2"
-source="https://github.com/google/$pkgname/archive/$_pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/$_pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$_pkgver
build() {
@@ -30,4 +30,4 @@ package() {
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha512sums="91e400856137d16c6319e310dab99b4baa74c0bcf634c97464fccdf4092ffc8e1d5ee2a6714b8114719e2dd92e962d5e970ce1b360a3644a8b395d8fb47431be 2018-10-01.tar.gz"
+sha512sums="91e400856137d16c6319e310dab99b4baa74c0bcf634c97464fccdf4092ffc8e1d5ee2a6714b8114719e2dd92e962d5e970ce1b360a3644a8b395d8fb47431be re2-2018.10.01.tar.gz"