summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Corcoran2018-03-16 22:19:17 +1300
committerMichael Corcoran2018-03-16 22:19:17 +1300
commitff8fa07d8d48aa3950cb903f72b0ff1c6de2addd (patch)
tree13edc8255c20587d77048a10cc04b0ab1cb4cdff
parent378a012fdb8975090124934233858b81687dcda7 (diff)
downloadaur-ff8fa07d8d48aa3950cb903f72b0ff1c6de2addd.tar.gz
Add gperf and python-sphinx to makedepends
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD2
2 files changed, 19 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7ae01f95329..d82306cf5938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,3 +14,21 @@ pkgbase = systemd-netlogd
pkgname = systemd-netlogd
+pkgbase = systemd-netlogd
+ pkgdesc = Forwards messages from the journal to other hosts over the network using syslog format RFC 5424
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://github.com/systemd/systemd-netlogd
+ arch = x86_64
+ license = LGPL
+ makedepends = gperf
+ makedepends = meson
+ makedepends = python-sphinx
+ depends = libsystemd
+ source = systemd-netlogd-1.0.tar.gz::https://github.com/systemd/systemd-netlogd/archive/v1.0.tar.gz
+ source = systemd-netlogd.sysusers
+ md5sums = eb7c9a9c24ef0b6acb10d9756b62f03c
+ md5sums = bfee4a55b61044b0e3a76f13525f3788
+
+pkgname = systemd-netlogd
+
diff --git a/PKGBUILD b/PKGBUILD
index 90958eb1b4e7..6cacedfa71b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/systemd/systemd-netlogd"
license=('LGPL')
depends=('libsystemd')
-makedepends=('meson')
+makedepends=('gperf' 'meson' 'python-sphinx')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"systemd-netlogd.sysusers")
md5sums=('eb7c9a9c24ef0b6acb10d9756b62f03c'