aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2017-12-08 13:21:54 +0100
committerNexAdn2017-12-08 13:21:54 +0100
commit8df2755c79cbafaad3e396e7788fa5a239ebcbe5 (patch)
treec64f70bede869577cdde6092e54c16a213a14ae2
parent4fedb60632f8ef8c10c9b2b3bd00cc17839a03ed (diff)
downloadaur-8df2755c79cbafaad3e396e7788fa5a239ebcbe5.tar.gz
Version 3.3202 update
Signed-off-by: NexAdn <nexadn@yandex.com>
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75cf6fd67c35..588b78775af0 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cef-standard
pkgdesc = Chromium Embedded Framework standard release
pkgver = 3.3202
- pkgrel = 3
+ pkgrel = 4
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
arch = x86_64
@@ -22,10 +22,10 @@ pkgbase = cef-standard
provides = cef
provides = cef-minimal
conflicts = cef-minimal
- source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3202.1686.gd665578_linux32.tar.bz2
- sha1sums_i686 = b0fc00f1b5b15ece4f6db19aa90f63d90c1d19d5
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3202.1686.gd665578_linux64.tar.bz2
- sha1sums_x86_64 = 03f2b1fb95b8a363f0d958b9108344f830d2ac7c
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3202.1693.g6adf855_linux32.tar.bz2
+ sha1sums_i686 = 26d8497de3ddc2d4ec560703f0d107184b4a44af
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3202.1693.g6adf855_linux64.tar.bz2
+ sha1sums_x86_64 = cea0a54740cf6e58c797650339348ccb268fc9c3
pkgname = cef-standard
diff --git a/PKGBUILD b/PKGBUILD
index c4504d72bfb0..14d8d6ab72a8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-standard
pkgver=3.3202
-_subver_i686=1686.gd665578
+_subver_i686=1693.g6adf855
_subver_x86_64=${_subver_i686}
-pkgrel=3
+pkgrel=4
pkgdesc="Chromium Embedded Framework standard release"
arch=("i686" "x86_64")
url="https://bitbucket.org/chromiumembedded/cef"
@@ -18,8 +18,8 @@ source_i686=(
source_x86_64=(
"http://opensource.spotify.com/cefbuilds/cef_binary_${pkgver}.${_subver_x86_64}_linux64.tar.bz2"
)
-sha1sums_i686=('b0fc00f1b5b15ece4f6db19aa90f63d90c1d19d5')
-sha1sums_x86_64=('03f2b1fb95b8a363f0d958b9108344f830d2ac7c')
+sha1sums_i686=('26d8497de3ddc2d4ec560703f0d107184b4a44af')
+sha1sums_x86_64=('cea0a54740cf6e58c797650339348ccb268fc9c3')
[[ "$CARCH" = "i686" ]] && _arch="32" && _subver=$_subver_i686
[[ "$CARCH" = "x86_64" ]] && _arch="64" && _subver=$_subver_x86_64
build() {