summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Saparelli2018-01-26 08:38:48 +1300
committerFélix Saparelli2018-01-26 08:38:48 +1300
commiteab602c4dd9b3c85e1996e113b085fe37baaee63 (patch)
tree74c9a20417505160da6f41b9fa439918ddcda670
parent8c4d6342a2546d90dd2ac06478929a909e48beb4 (diff)
downloadaur-eab602c4dd9b3c85e1996e113b085fe37baaee63.tar.gz
Fix copy-pasted code from munin
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xfirefox-always-nightly.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7bd6a6a3050..a3c89a8676f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = firefox-always-nightly
pkgname = firefox-always-nightly
pkgdesc = Standalone web browser from mozilla.org, nightly build, always updating
pkgver = 999.0a1
-pkgrel = 22
+pkgrel = 23
url = https://blog.nightly.mozilla.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 71c2d635d643..b73418739a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
pkgver=999.0a1 # High number so we're always picked up for upgrade
-pkgrel=22 # Actual revision of this script (but has no other effect because of above)
+pkgrel=23 # Actual revision of this script (but has no other effect because of above)
# Go through the hierarchy of dated builds, as the checksums there are
# generated within 4-5 minutes, instead of several hours in latest/
diff --git a/firefox-always-nightly.install b/firefox-always-nightly.install
index 9059501b9017..d1a6a5f5ddb0 100755
--- a/firefox-always-nightly.install
+++ b/firefox-always-nightly.install
@@ -1,5 +1,5 @@
post_install() {
- getent group munin >/dev/null || groupadd --system munin
+ getent group firefox >/dev/null || groupadd --system firefox
chown -R :firefox "/opt/firefox-nightly"
chmod -R g+w "/opt/firefox-nightly"