aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4aa62d9a674..7036a24d7ef4 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
pkgver = 3.3239
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = cef-minimal
depends = gtk2
provides = cef
conflicts = cef-standard
- source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1709.g093cae4_linux32_minimal.tar.bz2
- sha1sums_i686 = d19c952ac2dbf5fb0229199e14c7203b8b359e91
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1709.g093cae4_linux64_minimal.tar.bz2
- sha1sums_x86_64 = 5a40bb684cd3049c554d56c2e1c5abdbdf7de745
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1716.g735b746_linux32_minimal.tar.bz2
+ sha1sums_i686 = dd38cccc0c5c431db2a8891c332a3b8c8c0e108e
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1716.g735b746_linux64_minimal.tar.bz2
+ sha1sums_x86_64 = d998d656ea7b7b09ded23017560e718bdf15f013
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 8554734bbe1d..79a1a455d051 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
pkgver=3.3239
-_subver_i686=1709.g093cae4
+_subver_i686=1716.g735b746
_subver_x86_64=${_subver_i686}
-pkgrel=1
+pkgrel=2
pkgdesc="Chromium Embedded Framework minimal 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_minimal.tar.bz2"
)
-sha1sums_i686=('d19c952ac2dbf5fb0229199e14c7203b8b359e91')
-sha1sums_x86_64=('5a40bb684cd3049c554d56c2e1c5abdbdf7de745')
+sha1sums_i686=('dd38cccc0c5c431db2a8891c332a3b8c8c0e108e')
+sha1sums_x86_64=('d998d656ea7b7b09ded23017560e718bdf15f013')
[[ "$CARCH" = "i686" ]] && _arch="32" && _subver=$_subver_i686
[[ "$CARCH" = "x86_64" ]] && _arch="64" && _subver=$_subver_x86_64
build() {