summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2018-11-11 10:59:20 +0100
committerNbiba Bedis2018-11-11 10:59:20 +0100
commit4f41c432c1e4985bf9ff59e888ae7b60e228fc3c (patch)
tree9ef59108133a8fd9e1215062b75f9c38ef24dce3
parent6b22ca6d684b473571a3d6ba2ed700806cb1fbb6 (diff)
downloadaur-4f41c432c1e4985bf9ff59e888ae7b60e228fc3c.tar.gz
fix comment
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1a820cd9583..f4438216d6c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fedora-firefox-wayland-bin
pkgver=63.0.1
- pkgrel=2
+ pkgrel=3
pkgdesc="Fedora's firefox build wtih wayland enabled by default"
arch=(x86_64)
license=(MPL GPL LGPL)
@@ -20,7 +20,7 @@
md5sums=('a4f5ef650ddb062de0a9031b79cb4979')
prepare() {
- # remove a bit of fedora sutff (startpage)
+ # 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