summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-09-08 09:36:22 +0100
committergrufo2021-09-08 09:36:22 +0100
commit2339c32971d11a78f8a0328274c26b41412b9309 (patch)
tree2815da361e66cc86e65bf1398966ef92d1b9c5a1
parent0d0f0fcbba229f5052f8320ca5c5316a9e100491 (diff)
downloadaur-2339c32971d11a78f8a0328274c26b41412b9309.tar.gz
gnunet.tmpfiles: Fixed typo and set the permissions according to `gnunet-suidfix`
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--gnunet.tmpfiles16
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f216a0da1610..836198c3f490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnunet
pkgdesc = A framework for secure peer-to-peer networking
pkgver = 0.15.3
- pkgrel = 3
+ pkgrel = 4
url = http://gnunet.org
arch = i686
arch = x86_64
@@ -59,6 +59,6 @@ pkgbase = gnunet
sha256sums = 163818b89beddcaf78937daba5bdf0ae060b2975de0731aa13d1ccdd813cf262
sha256sums = 60caee20b53bcc69522556b35ac3d35d89e28c49b9a22a2ed5121df4a2c33be5
sha256sums = 66299dbbdd0219d2f5f0520e69fc094f38f789724d973c2f63a421257ea4f755
- sha256sums = 842d800e06bf4e32398f7edf429d3e078c7fdee231f646df5209cfe0a1caacf9
+ sha256sums = e89546c9116cb741b27e7edebc358ccf6d5127a4db8b517044f9fc6258dd5387
pkgname = gnunet
diff --git a/PKGBUILD b/PKGBUILD
index 5997acd1d6d7..8357adba3338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='gnunet'
pkgver='0.15.3'
-pkgrel=3
+pkgrel=4
pkgdesc='A framework for secure peer-to-peer networking'
arch=('i686' 'x86_64')
url="http://${pkgname}.org"
@@ -42,7 +42,7 @@ sha256sums=('d62669a8f41e078eaa220ce77a32f4f3f801e3099357ae8c705498fe73884ec5'
'163818b89beddcaf78937daba5bdf0ae060b2975de0731aa13d1ccdd813cf262'
'60caee20b53bcc69522556b35ac3d35d89e28c49b9a22a2ed5121df4a2c33be5'
'66299dbbdd0219d2f5f0520e69fc094f38f789724d973c2f63a421257ea4f755'
- '842d800e06bf4e32398f7edf429d3e078c7fdee231f646df5209cfe0a1caacf9')
+ 'e89546c9116cb741b27e7edebc358ccf6d5127a4db8b517044f9fc6258dd5387')
prepare() {
diff --git a/gnunet.tmpfiles b/gnunet.tmpfiles
index d59948495928..b28941c22dae 100644
--- a/gnunet.tmpfiles
+++ b/gnunet.tmpfiles
@@ -1,9 +1,9 @@
d /var/lib/gnunet 0700 gnunet gnunet - -
-z /usr/lib/gnunet/gnunet-helper-dns 4750 root gnunetdns - -
-z /usr/lib/gnunet/gnunet-service-dns 2750 gnunet gnunetdns - -
-z /usr/lib/gnunet/libexec/gnunet-helper-vpn 4750 root root - -
-z /usr/lib/gnunet/libexec/gnunet-helper-transport-wlan 4750 root root - -
-z /usr/lib/gnunet/libexec/gnunet-helper-transport-bluetooth 4750 root root - -
-z /usr/lib/gnunet/libexec/gnunet-helper-exit 4750 root root - -
-z /usr/lib/gnunet/libexec/gnunet-helper-nat-server 4750 root root - -
-z /usr/lib/gnunet/libexec/gnunet-helper-nat-client 4750 root root - -
+z /usr/lib/gnunet/libexec/gnunet-helper-dns 4750 root gnunetdns - -
+z /usr/lib/gnunet/libexec/gnunet-service-dns 2750 gnunet gnunetdns - -
+z /usr/lib/gnunet/libexec/gnunet-helper-exit 4755 root root - -
+z /usr/lib/gnunet/libexec/gnunet-helper-nat-client 4755 root root - -
+z /usr/lib/gnunet/libexec/gnunet-helper-nat-server 4755 root root - -
+z /usr/lib/gnunet/libexec/gnunet-helper-transport-bluetooth 4755 root root - -
+z /usr/lib/gnunet/libexec/gnunet-helper-transport-wlan 4755 root root - -
+z /usr/lib/gnunet/libexec/gnunet-helper-vpn 4755 root root - -