summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b90d3e04aba2..db82c67fc479 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pissircd-git
pkgdesc = PissIRCd is an open source IRC server based on UnrealIRCd with Pissnet tweaks.
pkgver = r9061.193da4738
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/pissnet/pissircd
install = pissircd.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 709fd41ed33d..312b35300e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pissircd-git
pkgver=r9061.193da4738
-pkgrel=5
+pkgrel=6
pkgdesc="PissIRCd is an open source IRC server based on UnrealIRCd with Pissnet tweaks."
arch=('x86_64')
url="https://github.com/pissnet/pissircd"
@@ -47,6 +47,7 @@ build() {
./autogen.sh
./configure \
--with-pidfile=/run/pissircd/ircd.pid \
+ --with-controlfile=/run/pissircd/ircd.sock \
--with-showlistmodes \
--enable-ssl=/usr \
--with-bindir=/usr/bin \