summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornavigaid2020-02-06 13:03:21 +0800
committernavigaid2020-02-06 13:03:21 +0800
commitd50577c0ad0beb3e1738fcc086b597ad15a3cde0 (patch)
tree10d16a35fe84dc55978b8f936e183ffe6230612f
parentec755d3e470cb8ae67e59b02ed70ab70ddfc1504 (diff)
downloadaur-d50577c0ad0beb3e1738fcc086b597ad15a3cde0.tar.gz
bump to 80.0.3987.87-1
-rw-r--r--PKGBUILD9
-rwxr-xr-xbuild.sh1
2 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 879715e7735e..d18771103193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=naiveproxy
pkgdesc='Make a fortune quietly'
-pkgver=79.0.3945.79
-pkgrel=2
+pkgver=80.0.3987.87
+pkgrel=1
arch=('x86_64' 'amd64' 'i386' 'i686' 'pentium4' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/klzgrad/naiveproxy'
license=('BSD')
@@ -15,8 +15,8 @@ source=(
)
optdepends=("ccache: Speed up compilation")
backup=(etc/naiveproxy/config.json)
-md5sums=('8e804bbdad8bbe1e929f284512207a8d'
- 'de32228ba416bde58b16a1db250e0113')
+md5sums=('3aa2fe322a99a603b4afb27980a77472'
+ '6fcbad32d1db239e2cb1afb78a62bd19')
provides=('naiveproxy')
conflicts=('naiveproxy-git' 'naiveproxy-bin')
@@ -35,3 +35,4 @@ package(){
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/naiveproxy/LICENSE
popd
}
+
diff --git a/build.sh b/build.sh
index 06bbec47b065..a639bff8175e 100755
--- a/build.sh
+++ b/build.sh
@@ -13,7 +13,6 @@ else
out=out/Release
flags="$EXTRA_FLAGS
is_official_build=true
- use_jumbo_build=true
exclude_unwind_tables=true
enable_resource_whitelist_generation=false
symbol_level=0"