summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2017-11-20 18:15:41 -0400
committerYour Name2017-11-20 18:15:41 -0400
commit216251d0336e4e8ed74673aad3969f89272b8c7c (patch)
tree748fcf48b315442205da6f59e72e9e6bd02d5ddf
parent1dd08ea377c74b4ef5fa4bae1f261929b30fc6fe (diff)
downloadaur-216251d0336e4e8ed74673aad3969f89272b8c7c.tar.gz
fix human error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e40d16c149f..97f016aa4d4a 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.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.mozilla.org/firefox/
arch = i686
arch = x86_64
@@ -44,7 +44,7 @@ pkgbase = firefox-beta
options = !emptydirs
options = !makeflags
options = !strip
- source = https://archive.mozilla.org/pub/firefox/releases/58.0b3/source/firefox-58.0b4.source.tar.xz
+ source = https://archive.mozilla.org/pub/firefox/releases/58.0b4/source/firefox-58.0b4.source.tar.xz
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-beta.desktop
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-symbolic.svg
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-install-dir.patch
diff --git a/PKGBUILD b/PKGBUILD
index ad711f442526..acc579cf2703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=firefox-beta
name=firefox-beta
pkgver=58.0.4
-pkgrel=1
+pkgrel=2
ver=58.0b4
pkgdesc="Standalone web browser from mozilla.org, with telemetry, webrtc and signing disabled"
arch=(i686 x86_64)
@@ -21,7 +21,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
'pulseaudio: Audio support'
'speech-dispatcher: Text-to-Speech')
options=(!emptydirs !makeflags !strip)
-source=("https://archive.mozilla.org/pub/firefox/releases/58.0b3/source/firefox-$ver.source.tar.xz"
+source=("https://archive.mozilla.org/pub/firefox/releases/58.0b4/source/firefox-$ver.source.tar.xz"
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/$name.desktop
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-symbolic.svg
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-install-dir.patch
@@ -237,4 +237,4 @@ msg2 'renaming'
mv $pkgdir/usr/lib/firefox/ $pkgdir/usr/lib/firefox-beta/
rm "$pkgdir/usr/lib/firefox-beta/firefox/firefox"
rm "$pkgdir/usr/bin/firefox"
-} \ No newline at end of file
+}