summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2022-06-16 10:49:23 +0200
committerRubenKelevra2022-06-16 10:49:23 +0200
commit3055b7f763d59c0b9cb30ba945d69395723f8a92 (patch)
tree4f3beb5a98c0424be72b01c1702685ba5fa47c47
parenta85c19883bd01f1d2303955bbb48e5c7a039f103 (diff)
downloadaur-3055b7f763d59c0b9cb30ba945d69395723f8a92.tar.gz
fix missing sysuser installation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45fc57692750..22525960982f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-ipfs-git
pkgdesc = A peer-to-peer hypermedia distribution protocol
- pkgver = 0.13.0rc1.r18.ga72753bad
+ pkgver = 0.13.0.r36.ga433064d7
pkgrel = 2
epoch = 1
url = https://github.com/ipfs/go-ipfs
diff --git a/PKGBUILD b/PKGBUILD
index 38390f6e3fbd..2912a2a37d3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: @RubenKelevra
+# Maintainer: @RubenKelevra <cyrond@gmail.com>
# Contributor: Johannes Löthberg <johannes@kyriasis.com>
# Contributor: Anatol Pomozov
# Contributor: kpcyrd <git@rxv.cc>
@@ -12,7 +12,7 @@ DEBUG=0
_pkgname=go-ipfs
pkgname=$_pkgname-git
-pkgver=0.13.0rc1.r18.ga72753bad
+pkgver=0.13.0.r36.ga433064d7
pkgrel=2
epoch=1
@@ -143,6 +143,7 @@ package() {
install -Dm 644 misc/systemd/ipfs-gateway.socket "$pkgdir/usr/lib/systemd/system/ipfs-gateway.socket"
# use the hardened service file
install -Dm 644 misc/systemd/ipfs-hardened.service "$pkgdir/usr/lib/systemd/system/ipfs.service"
+ install -Dm 644 misc/systemd/ipfs-sysusers.conf "${pkgdir}/usr/lib/sysusers.d/ipfs.conf"
install -Dm 644 "$srcdir"/ipfs-completion.bash "$pkgdir/usr/share/bash-completion/completions/ipfs"
install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/MIT" LICENSE-MIT