summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2020-12-21 19:39:19 +0100
committerAleksandar Trifunovic2020-12-21 19:39:19 +0100
commit5a9614a2052054784a4e977e2d7990f06e5d0e08 (patch)
tree3e6553eee139823bbee93f97f60515f5b4ee4b89
parent97a5ff5e2f086e1cf0debbf80c0322ea73931be5 (diff)
downloadaur-5a9614a2052054784a4e977e2d7990f06e5d0e08.tar.gz
url change
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2b16969d0e4..6843a5bf0883 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = abseil-cpp
pkgdesc = Abseil Common Libraries (C++)
pkgver = 20200923.2
pkgrel = 3
- url = https://github.com/abseil/abseil-cpp
+ url = https://abseil.io/
arch = x86_64
arch = i686
arch = arm
diff --git a/PKGBUILD b/PKGBUILD
index 009d542c51aa..4277272d7388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,11 @@ pkgdesc="Abseil Common Libraries (C++)"
# check occasionally arch support status
# https://github.com/abseil/abseil-cpp/blob/master/absl/random/internal/platform.h#L54
arch=('x86_64' 'i686' 'arm' 'aarch64' 'ppc')
-url="https://github.com/abseil/abseil-cpp"
+url="https://abseil.io/"
+_url="https://github.com/abseil/abseil-cpp"
license=('Apache')
makedepends=('cmake')
-source=("$url/archive/$pkgver.tar.gz")
+source=("$_url/archive/$pkgver.tar.gz")
sha256sums=('bf3f13b13a0095d926b25640e060f7e13881bd8a792705dd9e161f3c2b9aa976')
prepare() {