summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2021-12-27 23:20:21 +0900
committerQue Quotion2021-12-27 23:20:21 +0900
commitddeccf692036ea0e8f006845b7ad7e42a63e8942 (patch)
treed071fff13f78fb620fefd88916f24c7ce15df062
parent7d067758cd6b1e25588503f0b0e01f74f8964202 (diff)
downloadaur-ddeccf692036ea0e8f006845b7ad7e42a63e8942.tar.gz
implement aquafox's suggestion about -p
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
-rwxr-xr-xfirefox-sync2
3 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f057f7cd895..acd162fdc76d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-sync
pkgdesc = Speed up Firefox using tmpfs
- pkgver = 20180623
+ pkgver = 20200819
pkgrel = 1
url = http://wiki.archlinux.org/index.php/Speed-up_Firefox_using_tmpfs
arch = i686
@@ -15,4 +15,3 @@ pkgbase = firefox-sync
md5sums = bc73b9d80232fea8a8bef24bfb125fe6
pkgname = firefox-sync
-
diff --git a/PKGBUILD b/PKGBUILD
index 7792c1881e6a..322ea324d889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Que Quotion <quequotion@bugmenot.com>
# Contributor: Ramana Kumar <firstname@member.fsf.org>
pkgname=firefox-sync
-pkgver=20180623
+pkgver=20200819
pkgrel=1
pkgdesc="Speed up Firefox using tmpfs"
arch=('i686' 'x86_64')
diff --git a/firefox-sync b/firefox-sync
index 02aa51b48658..0a3c260f6d4e 100755
--- a/firefox-sync
+++ b/firefox-sync
@@ -23,7 +23,7 @@ EOF
exit 0
}
-while getopts dhpr: options
+while getopts dhp:r: options
do
case $options in
d) echo "default profile directory is ~/.mozilla/firefox/$LINK"