summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2018-05-16 17:49:08 +0200
committerzoe2018-05-16 17:49:08 +0200
commit86d14760e3e5666cc8d385c05ce495edc021a53b (patch)
treed6a2736964ba9e99294e2b07c25826a0535cc117
parent069d85b2ad309fc7c2ba1085041836557f01ccd0 (diff)
downloadaur-86d14760e3e5666cc8d385c05ce495edc021a53b.tar.gz
Comment added to galileo.install
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--galileo.install2
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6607684fca01..1796df309a5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 16 15:40:44 UTC 2018
+# Wed May 16 15:48:42 UTC 2018
pkgbase = galileo-dev
pkgdesc = Utility to securely synchronize a Fitbit tracker with the Fitbit server. Development version, which supports synchronization without dongle, through bluetooth (experimental)
pkgver = 1.0dev
- pkgrel = 2
+ pkgrel = 3
url = https://bitbucket.org/benallard/galileo
install = galileo.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 7777ac9cdf51..769f89585a13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=galileo-dev
pkgver=1.0dev
-pkgrel=2
+pkgrel=3
pkgdesc='Utility to securely synchronize a Fitbit tracker with the Fitbit server. Development version, which supports synchronization without dongle, through bluetooth (experimental)'
license=('LGPL3')
url='https://bitbucket.org/benallard/galileo'
diff --git a/galileo.install b/galileo.install
index 8ef2b3e50cf0..7b8311f208ee 100644
--- a/galileo.install
+++ b/galileo.install
@@ -3,6 +3,8 @@ post_upgrade() {
getent passwd galileo &>/dev/null || useradd -U -r -s /usr/bin/nologin galileo >/dev/null
echo "You should consider adding yourself to the group galileo to run it without root priviledges."
echo "[sudo] gpasswd -a <yourself> galileo"
+ echo "For synchronizing without dongle, through bluetooth, run :"
+ echo "galileo --bluetooth PyDBUS --verbose --database RemoteRESTDatabase"
}
post_install() {