aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2017-11-08 20:03:54 +0100
committerNexAdn2017-11-08 20:03:54 +0100
commit770e760c3066d16853106be2ca5ff0fabd0be1ef (patch)
tree562ce77566e5745199c0d8c1adde0ebc2559ae43
parent05d42b5a5d81391978eb5fc77093a70006ed5ea8 (diff)
downloadaur-770e760c3066d16853106be2ca5ff0fabd0be1ef.tar.gz
v3.3202.1682
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 0256d440d959..e2bf3f03e4bd 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
pkgver = 3.3202
- pkgrel = 2
+ pkgrel = 3
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.3202.1681.g9672a06_linux32_minimal.tar.bz2
- sha1sums_i686 = 7f7fb1df2337b3a117dc186b740eac380680028c
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3202.1681.g9672a06_linux64_minimal.tar.bz2
- sha1sums_x86_64 = bde2f9193bddd992d60311770d7bef7c5e942898
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3202.1682.gab7e7f0_linux32_minimal.tar.bz2
+ sha1sums_i686 = 09d094aa8722c56fb53620ffed4884d01157063b
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3202.1682.gab7e7f0_linux64_minimal.tar.bz2
+ sha1sums_x86_64 = 74ff674eef7856ccc9188008f087089c07e7c142
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 8a048447e75a..1b522a30cfff 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
pkgver=3.3202
-_subver_i686=1681.g9672a06
+_subver_i686=1682.gab7e7f0
_subver_x86_64=${_subver_i686}
-pkgrel=2
+pkgrel=3
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=('7f7fb1df2337b3a117dc186b740eac380680028c')
-sha1sums_x86_64=('bde2f9193bddd992d60311770d7bef7c5e942898')
+sha1sums_i686=('09d094aa8722c56fb53620ffed4884d01157063b')
+sha1sums_x86_64=('74ff674eef7856ccc9188008f087089c07e7c142')
[[ "$CARCH" = "i686" ]] && _arch="32" && _subver=$_subver_i686
[[ "$CARCH" = "x86_64" ]] && _arch="64" && _subver=$_subver_x86_64
build() {