summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--system-rust-utils.patch4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 621af41b6ef6..273971964e6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brave
pkgdesc = A web browser that stops ads and trackers by default
pkgver = 1.47.171
- pkgrel = 1
+ pkgrel = 2
url = https://www.brave.com/download
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index ad659c1410e6..9d97936c7a66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@
pkgname=brave
pkgver=1.47.171
-pkgrel=1
+pkgrel=2
pkgdesc='A web browser that stops ads and trackers by default'
arch=(x86_64)
url='https://www.brave.com/download'
diff --git a/system-rust-utils.patch b/system-rust-utils.patch
index 0f4dc32c38d3..5c1fbc9f9d7d 100644
--- a/system-rust-utils.patch
+++ b/system-rust-utils.patch
@@ -48,8 +48,8 @@ index 999ce5f74c..e463b24ff9 100755
# Version number and URL for pre-configured rust dependency package
# e.g. rust_deps_mac_0.1.0.gz
DEPS_PACKAGES_URL = "https://brave-build-deps-public.s3.brave.com"
--RUST_DEPS_PACKAGE_VERSION = "1.0.0"
-+RUST_DEPS_PACKAGE_VERSION = "" # "1.0.0"
+-RUST_DEPS_PACKAGE_VERSION = "1.1.0"
++RUST_DEPS_PACKAGE_VERSION = "" # "1.1.0"
MAC_TOOLCHAIN_ROOT = os.path.join(os.path.dirname(os.path.dirname(
os.path.dirname(__file__))),
'build', 'mac_files')