summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2019-02-06 08:08:43 +0100
committerNbiba Bedis2019-02-06 08:08:43 +0100
commit4cf7fe1e7acb844d5ece6eb28965756e47b6e311 (patch)
treeced4c574b0fa3d5a5e8116fccb66b313b519d393
parent02acff7866e9c4a69385d97f1f494b0324b0e8df (diff)
downloadaur-4cf7fe1e7acb844d5ece6eb28965756e47b6e311.tar.gz
65.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bbebd55cf0a..228f8f24000d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fedora-firefox-wayland-bin
pkgdesc = Fedora's firefox build wtih wayland enabled by default
pkgver = 65.0
- pkgrel = 2
+ pkgrel = 4
url = https://www.mozilla.org/firefox/
arch = x86_64
license = MPL
@@ -32,8 +32,8 @@ pkgbase = fedora-firefox-wayland-bin
conflicts = firefox
options = !emptydirs
options = !strip
- source = https://kojipkgs.fedoraproject.org//packages/firefox/65.0/2.fc29/x86_64/firefox-65.0-2.fc29.x86_64.rpm
- md5sums = b00ecd5086cbdb2a3b3cc2434327d80d
+ source = https://kojipkgs.fedoraproject.org//packages/firefox/65.0/4.fc29/x86_64/firefox-65.0-4.fc29.x86_64.rpm
+ md5sums = 9d68733cfa3431646adb6f7116d9a721
pkgname = fedora-firefox-wayland-bin
diff --git a/PKGBUILD b/PKGBUILD
index 67b18dbf00d8..ed8e282bfd1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fedora-firefox-wayland-bin
pkgver=65.0
-pkgrel=2
+pkgrel=4
# fedora version
fc="fc29"
pkgdesc="Fedora's firefox build wtih wayland enabled by default"
@@ -22,14 +22,15 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
source=("https://kojipkgs.fedoraproject.org//packages/firefox/$pkgver/$pkgrel.$fc/x86_64/firefox-$pkgver-$pkgrel.$fc.x86_64.rpm")
-md5sums=('b00ecd5086cbdb2a3b3cc2434327d80d')
+md5sums=('9d68733cfa3431646adb6f7116d9a721')
prepare() {
# remove a bit of fedora's custom sutff
rm -f usr/lib64/firefox/browser/defaults/preferences/firefox-redhat-default-prefs.js
- # default to wayland
- sed -i -e 's:GDK_BACKEND=x11:GDK_BACKEND=wayland:' usr/bin/firefox
+ # Enable wayland by default
+ sed -i '72d;73d;75d;76d;' usr/bin/firefox
+
}
package() {