summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsamK2015-12-31 17:04:20 +0100
committerAsamK2015-12-31 17:04:20 +0100
commite14e4c71c2402ce7e25972041cc56acbcf8d303c (patch)
treeb9e444a0cacaecd591a416272ad51c3abe456ee5
parent196ad5bc98ff55db2b0cd16933ab134f6633f80a (diff)
downloadaur-e14e4c71c2402ce7e25972041cc56acbcf8d303c.tar.gz
Fix small issues
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
-rw-r--r--textsecure-cli.install2
-rw-r--r--textsecure-cli.tmpfiles.conf2
4 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e4917fbe8da..54d869a0f088 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Dec 31 15:20:16 UTC 2015
+# Thu Dec 31 16:03:55 UTC 2015
pkgbase = textsecure-cli
- pkgdesc = textsecure-cli provides a commandline and dbus interface for secure Signal/TextSecure messaging.
+ pkgdesc = Provides a commandline and dbus interface for secure Signal/TextSecure messaging.
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AsamK/textsecure-cli
install = textsecure-cli.install
- arch = i686
- arch = x86_64
- arch = armv6h
- arch = armv7
- license = GPLv3
+ arch = any
+ license = GPL3
makedepends = java-environment
makedepends = gradle
depends = java-runtime
diff --git a/PKGBUILD b/PKGBUILD
index 7143d35f42d9..febe8ad6f19a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=textsecure-cli
pkgver=0.2.1
-pkgrel=1
-pkgdesc="textsecure-cli provides a commandline and dbus interface for secure Signal/TextSecure messaging."
-arch=('i686' 'x86_64' 'armv6h' 'armv7')
+pkgrel=2
+pkgdesc="Provides a commandline and dbus interface for secure Signal/TextSecure messaging."
+arch=('any')
url="https://github.com/AsamK/textsecure-cli"
-license=('GPLv3')
+license=('GPL3')
depends=('java-runtime' 'libmatthew-unix-java')
makedepends=('java-environment' 'gradle')
source=("https://github.com/AsamK/${pkgname}/archive/v${pkgver}.tar.gz"
diff --git a/textsecure-cli.install b/textsecure-cli.install
index b43d3c6d7c1c..adc946db6919 100644
--- a/textsecure-cli.install
+++ b/textsecure-cli.install
@@ -1,6 +1,6 @@
#!/bin/sh
post_common() {
- systemd-sysusers
+ systemd-sysusers textsecure-cli.conf
systemd-tmpfiles --create textsecure-cli.conf
}
diff --git a/textsecure-cli.tmpfiles.conf b/textsecure-cli.tmpfiles.conf
index 2c6369394b39..f632e56141b5 100644
--- a/textsecure-cli.tmpfiles.conf
+++ b/textsecure-cli.tmpfiles.conf
@@ -1,3 +1,3 @@
d /var/lib/textsecure-cli 0755 textsecure-cli textsecure-cli -
-d /var/lib/textsecure-cli/data 0750 textsecure-cli textsecure-cli -
+d /var/lib/textsecure-cli/data 0700 textsecure-cli textsecure-cli -
d /var/lib/textsecure-cli/attachments 0755 textsecure-cli textsecure-cli -