summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris. H2020-01-09 11:03:04 +0100
committerChris. H2020-01-09 11:03:04 +0100
commit1de7409a76d33a4c2c267e294ee96236ef115180 (patch)
tree4dc8b9e575be0eecf107444c22bc3d03e5c7378d
parentd7c9d608a940e432bad48b016eb5b49227b15d39 (diff)
downloadaur-1de7409a76d33a4c2c267e294ee96236ef115180.tar.gz
v72.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8af30cafbaef..2be6c17c5148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librewolf
pkgdesc = Community-maintained fork of Librefox: a privacy and security-focused browser
- pkgver = 71.0
+ pkgver = 72.0
pkgrel = 1
url = https://LibreWolf.gitlab.io
arch = x86_64
@@ -46,16 +46,14 @@ pkgbase = librewolf
options = !emptydirs
options = !makeflags
options = !strip
- source = https://archive.mozilla.org/pub/firefox/releases/71.0/source/firefox-71.0.source.tar.xz
+ source = https://archive.mozilla.org/pub/firefox/releases/72.0/source/firefox-72.0.source.tar.xz
source = librewolf.desktop
source = librewolf.cfg.patch
- source = mozinfo_py38.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/0001-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch?h=packages/firefox
source = git+https://gitlab.com/librewolf-community/browser/common.git
source = git+https://gitlab.com/librewolf-community/settings.git
- sha256sums = 78304cd58229e7103b56b34718aad051c9a4db30c266512a64f501ba58da7fbe
+ sha256sums = 6473b2d854828b5d3dbe4b01093e8993141de7707d5d01eb32bd16a469b46708
sha256sums = 0471d32366c6f415f7608b438ddeb10e2f998498c389217cdd6cc52e8249996b
sha256sums = e03332f0e865949df5af9c231a364e9e1068fca0439621b98c2d4160d93e674f
- sha256sums = 33f5aec0bba83b23410176c5351425d2ad949d7f0bf409a579be25bebb773fce
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d58f91d773f4..e6c33e8d3006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=librewolf
_pkgname=LibreWolf
-pkgver=71.0
+pkgver=72.0
pkgrel=1
pkgdesc="Community-maintained fork of Librefox: a privacy and security-focused browser"
arch=(x86_64)
@@ -25,13 +25,11 @@ options=(!emptydirs !makeflags !strip)
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
$pkgname.desktop
$pkgname.cfg.patch
- "mozinfo_py38.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/0001-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch?h=packages/firefox"
"git+https://gitlab.com/${pkgname}-community/browser/common.git"
"git+https://gitlab.com/${pkgname}-community/settings.git")
-sha256sums=('78304cd58229e7103b56b34718aad051c9a4db30c266512a64f501ba58da7fbe'
+sha256sums=('6473b2d854828b5d3dbe4b01093e8993141de7707d5d01eb32bd16a469b46708'
'0471d32366c6f415f7608b438ddeb10e2f998498c389217cdd6cc52e8249996b'
'e03332f0e865949df5af9c231a364e9e1068fca0439621b98c2d4160d93e674f'
- '33f5aec0bba83b23410176c5351425d2ad949d7f0bf409a579be25bebb773fce'
'SKIP'
'SKIP')
prepare() {
@@ -41,9 +39,6 @@ prepare() {
mkdir mozbuild
cd firefox-$pkgver
- # Make it compile with Python 3.8
- patch -Np1 -i ../mozinfo_py38.patch
-
# NOTE:
# unlock some prefs I deem worthy of keeping unlocked or slightly less restricted
# (with librewolf installed systemwide, you'd otherwise always have to sudo around in /usr/lib)