aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchimede2017-11-10 00:10:04 +0800
committerarchimede2017-11-10 09:30:35 +0800
commite184f9b439b07ec30a3c6cfaa51bd8c9bf6f246e (patch)
treef03b7cbd60adf07db406d11636fed4b3202d9fa5
parentff763281cf5fa2a2b029d01c35702b303a0b3f7c (diff)
downloadaur-e184f9b439b07ec30a3c6cfaa51bd8c9bf6f246e.tar.gz
fix missing quote in install file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--megasync-headless.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b84c87d9fac..b4789988778d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = megasync-headless
pkgdesc = Sync with MEGA. Daemon, fuse and cli client. Original sdk (git).
pkgver = v3.1.9.0.g4edf31a8
- pkgrel = 2
+ pkgrel = 3
url = https://mega.co.nz/#sync
install = megasync-headless.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e44911431d73..89b1d66181c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=megasync-headless
pkgver=v3.1.9.0.g4edf31a8
-pkgrel=2
+pkgrel=3
pkgdesc="Sync with MEGA. Daemon, fuse and cli client. Original sdk (git)."
arch=('x86_64')
url='https://mega.co.nz/#sync'
diff --git a/megasync-headless.install b/megasync-headless.install
index f8a05fceee35..97e62efed810 100644
--- a/megasync-headless.install
+++ b/megasync-headless.install
@@ -8,6 +8,6 @@ usr/bin/echo "******************************************************************
usr/bin/echo " SET YOUR CREDENTIALS IN /etc/conf.d/megasync-headless.conf"
usr/bin/echo " "
usr/bin/echo " If the user is non root, ensure that the selected user has"
-usr/bin/echo " permissions on the working directory and the local directories.
+usr/bin/echo " permissions on the working directory and the local directories."
usr/bin/echo "******************************************************************"
}