summaryrefslogtreecommitdiffstats
path: root/linhes
diff options
context:
space:
mode:
Diffstat (limited to 'linhes')
-rw-r--r--linhes/rsyslog/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/linhes/rsyslog/PKGBUILD b/linhes/rsyslog/PKGBUILD
index a69f5bd..b5e91c9 100644
--- a/linhes/rsyslog/PKGBUILD
+++ b/linhes/rsyslog/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=rsyslog
-pkgver=8.2502.0
-pkgrel=1
+pkgver=8.2508.0
+pkgrel=2
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
url="http://www.rsyslog.com/"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
@@ -21,8 +21,8 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/rsyslog/rsyslog/archive/v${
'rsyslog.conf'
'rsyslog.service')
-sha256sums=('ad9bf02dbea136ead0290ef6b4dd3fca0711224aa57b45627d0c994b1c7e9764'
- '6211753b8170cc9b778ddd5159aaff03d72878edecddab52d62a9d4893b7ef4c'
+sha256sums=('4e97b88ed3cbd46972bbd65f26f187bf7dbcab56311c26d9528f23ffabbaa7ec'
+ '1036f6a1e90abf3f38d5d50034f54fa5ebe5d6a824e11720b7f6b419765c694c'
'0f5bea3fd4dff2c9f097bf95768b2e1f6e9cfd9a08eab98bc3b3b4d2ed44119a'
'76d3c6f0c094a768ca12e314133080444db19900679b7a82f30d4c63fdabed38'
'81b9f9b78395405b679849143a6709911d00e9317928fdb2a2540f52965847c2')
@@ -45,7 +45,8 @@ build() {
--enable-impstats \
--enable-imptcp \
--enable-omprog \
- --with-systemdsystemunitdir=/usr/lib/systemd/system
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ HAVE_PKG_CONFIG=yes
make
}