summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlice Gaudon2021-01-27 11:43:49 +0100
committerAlice Gaudon2021-01-27 11:43:49 +0100
commit4e0349c3e03beffc9375a23bcf30e8e01a77144e (patch)
tree30dc606f35c6aed6140c855d26469bb3fc5243ba
parentdd9fe5df772f4c9319f7be5d9a91849d6303042f (diff)
downloadaur-4e0349c3e03beffc9375a23bcf30e8e01a77144e.tar.gz
Update sources URLs
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 484914c37494..e1ddfb4f37c2 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cef-minimal-3770-bin
pkgdesc = Chromium Embedded Framework minimal release
pkgver = 75.1.14
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
arch = x86_64
@@ -25,9 +25,9 @@ pkgbase = cef-minimal-3770-bin
conflicts = cef
conflicts = cef-minimal
conflicts = cef-minimal-3770
- source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_75.1.14%2Bgc81164e%2Bchromium-75.0.3770.100_linux32_minimal.tar.bz2
+ source_i686 = http://cef-builds.spotifycdn.com/cef_binary_75.1.14%2Bgc81164e%2Bchromium-75.0.3770.100_linux32_minimal.tar.bz2
sha1sums_i686 = d559425e624cf937a9523dcd32378ef85383d1ac
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_75.1.14%2Bgc81164e%2Bchromium-75.0.3770.100_linux64_minimal.tar.bz2
+ source_x86_64 = http://cef-builds.spotifycdn.com/cef_binary_75.1.14%2Bgc81164e%2Bchromium-75.0.3770.100_linux64_minimal.tar.bz2
sha1sums_x86_64 = 89f7af789e6d40eb449f38c1789ad4d1d701d079
pkgname = cef-minimal-3770-bin
diff --git a/PKGBUILD b/PKGBUILD
index 19fb86677db9..1d1a4e17fe93 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=cef-minimal-3770-bin
pkgver=75.1.14
_pkgver="75.1.14+gc81164e+chromium-75.0.3770.100"
_url_pkgver="75.1.14%2Bgc81164e%2Bchromium-75.0.3770.100"
-pkgrel=1
+pkgrel=2
pkgdesc="Chromium Embedded Framework minimal release"
arch=("i686" "x86_64")
url="https://bitbucket.org/chromiumembedded/cef"
@@ -14,10 +14,10 @@ makedepends=("cmake" "make")
provides=("cef=$pkgver" "cef-minimal=$pkgver" "cef-minimal-3770=$pkgver")
conflicts=("cef" "cef-minimal" "cef-minimal-3770")
source_i686=(
- "http://opensource.spotify.com/cefbuilds/cef_binary_${_url_pkgver}_linux32_minimal.tar.bz2"
+ "http://cef-builds.spotifycdn.com/cef_binary_${_url_pkgver}_linux32_minimal.tar.bz2"
)
source_x86_64=(
- "http://opensource.spotify.com/cefbuilds/cef_binary_${_url_pkgver}_linux64_minimal.tar.bz2"
+ "http://cef-builds.spotifycdn.com/cef_binary_${_url_pkgver}_linux64_minimal.tar.bz2"
)
sha1sums_i686=('d559425e624cf937a9523dcd32378ef85383d1ac')
sha1sums_x86_64=('89f7af789e6d40eb449f38c1789ad4d1d701d079')