aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Williamson2017-03-19 14:01:46 -0400
committerMike Williamson2017-03-19 14:01:46 -0400
commit93fa004eebb3b0306a304533a14ad37146455d41 (patch)
tree348a5340fef1f3a9319f5f937aacd5b50a7de914 /PKGBUILD
parent00cfa99f10c6949ed774e619448c59da0e71919c (diff)
downloadaur-93fa004eebb3b0306a304533a14ad37146455d41.tar.gz
Create users with sysusers.d
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f51c06c9ec3..4b10443e36c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=arangodb
pkgver=3.1.14
-pkgrel=3
+pkgrel=4
pkgdesc="A multi-model NoSQL database, combining key-value, document and graph data models."
arch=("i686" "x86_64" "armv7l" "armv7h")
url="https://www.arangodb.com/"
@@ -18,10 +18,11 @@ conflicts=("arangodb-latest" "arangodb-git")
options=()
install=arangodb.install
source=("https://www.arangodb.com/repositories/Source/ArangoDB-$pkgver.tar.bz2"
-"arangodb3.service" "arangodb-tmpfile.conf")
+"arangodb3.service" "arangodb-tmpfile.conf" "arangodb-users.conf")
sha256sums=('021b7810de22d2a0d6d9513c7e4d2bd0f62076822325f5028a0b56fc0a3e2bf9'
'7de422694ff36683849bd552bec3d5161a52455680a8ea30eba0988dcf5c1c67'
- '736581ab917755c859d17b4015f68380384f924279aa61c9c160960018e1e4e4')
+ '736581ab917755c859d17b4015f68380384f924279aa61c9c160960018e1e4e4'
+ '91736a42fd4e9c0bacef7369ce4ce91bd6b2e7493c0b0cc6462525fa614b009d')
build() {
msg2 "Symlinking 'python' to python2."
@@ -55,6 +56,7 @@ package() {
cp -R $srcdir/ArangoDB-$pkgver/Documentation/man/* $pkgdir/usr/share/man
install -Dm644 arangodb-tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/arangodb.conf
+ install -Dm644 arangodb-users.conf "$pkgdir"/usr/lib/sysusers.d/arangodb.conf
install -D -m644 $srcdir/ArangoDB-$pkgver/LICENSE "${pkgdir}/usr/share/licenses/arangodb3/LICENSE"
msg2 "Preparing systemd service."