summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-01-13 18:29:01 -0400
committerYour Name2018-01-13 18:29:01 -0400
commit2ed1be96f9bd7697777b2355c7f201039545b7ee (patch)
treebd07bc13c172368a8ff57aa66872252e5efaf3aa
parent855452fdece7a137daab59476b7602edfcf2de5c (diff)
downloadaur-2ed1be96f9bd7697777b2355c7f201039545b7ee.tar.gz
independence fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7f1dfb705d8..8acb15a45c42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-beta
pkgdesc = Standalone web browser from mozilla.org, with telemetry, webrtc and signing disabled
pkgver = 58.0.16
- pkgrel = 3
+ pkgrel = 4
url = https://www.mozilla.org/firefox/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0773b0081869..c29a408281fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=firefox-beta
name=firefox-beta
pkgver=58.0.16
-pkgrel=3
+pkgrel=4
ver=58.0b16
pkgdesc="Standalone web browser from mozilla.org, with telemetry, webrtc and signing disabled"
arch=(i686 x86_64)
@@ -93,7 +93,7 @@ prepare() {
ln -s /usr/bin/python2 path/python
cd firefox-$ver
- patch -Np1 -i ../firefox-install-dir.patch
+ patch -Np1 -i ../id.patch
@@ -227,9 +227,7 @@ END
"$pkgdir/usr/share/applications/$name.desktop"
# Use system-provided dictionaries
- #rm -r "$pkgdir"/usr/lib/$name/dictionaries
- ln -Ts /usr/share/hunspell "$pkgdir/usr/lib/$name/dictionaries"
- ln -Ts /usr/share/hyphen "$pkgdir/usr/lib/$name/hyphenation"
+
# Install a wrapper to avoid confusion about binary path
@@ -248,9 +246,5 @@ msg2 'renaming'
ln -s "/usr/lib/firefox-beta/firefox/firefox-bin" "$pkgdir/usr/bin/firefox-beta"
-
-
-mv $pkgdir/usr/lib/firefox/ $pkgdir/usr/lib/firefox-beta/
-rm "$pkgdir/usr/lib/firefox-beta/firefox/firefox"
rm "$pkgdir/usr/bin/firefox"
}