summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--arbie.install4
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80fdb67bfb2e..8bdfb179dd80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arbie-git
pkgdesc = Automatic Robust Backup, an archiving and synchronization tool.
pkgver = v1.0.1.r0.g6f49e02
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/danisztls/arbie
install = arbie.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index e4b1a7afff02..d22e712a039a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitbranch=main
_gitauthor=danisztls
pkgname=arbie-git
pkgver=v1.0.1.r0.g6f49e02
-pkgrel=2
+pkgrel=3
pkgdesc="Automatic Robust Backup, an archiving and synchronization tool."
arch=('any')
license=('MIT')
diff --git a/arbie.install b/arbie.install
index 91c9acdeed4a..4617c6911c7f 100644
--- a/arbie.install
+++ b/arbie.install
@@ -1,5 +1,7 @@
# based on https://github.com/archlinux/svntogit-community/tree/packages/profile-sync-daemon/trunk
-users=$(loginctl --no-legend list-users | awk '{ print $2 }' | sed ':a;N;$!ba;s/\n/ /g')
+# shellcheck disable=SC2016 # don't wish them to expand
+
+users=$(loginctl --no-legend list-users | awk '{ print $2 }' | sed ':a;N;$!ba;s/\n//g')
pre_upgrade() {
# stop system service now since it will be removed upon updating