From 15e26c496d909473ff389f5d719412340569a924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Fri, 26 Nov 2021 01:19:59 +0100 Subject: [PATCH] soju-srht: Update --- soju-srht/PKGBUILD | 13 ++++++++----- soju-srht/soju.service | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/soju-srht/PKGBUILD b/soju-srht/PKGBUILD index 12a3f64..5511d2f 100644 --- a/soju-srht/PKGBUILD +++ b/soju-srht/PKGBUILD @@ -3,26 +3,29 @@ pkgname=soju-srht _pkgname=soju pkgver=0.2.2 -pkgrel=3 +pkgrel=4 pkgdesc='A user-friendly IRC bouncer (with srht support)' arch=('x86_64') url='https://soju.im/' license=('AGPL3') -depends=('sqlite') makedepends=('go' 'scdoc') +optdepends=( + "sqlite: SQLite support" + "postgresql: PostgreSQL support" +) install=$_pkgname.install provides=('soju') conflicts=('soju') -_githash="20525785cd2c45d0925bc0d9fdd62507d3400fef" +_githash="2e11806bbacb6c88cf37a0df14b87b0bbd56459d" source=( "$pkgname-$pkgver.tar.gz::https://git.sr.ht/~emersion/soju/archive/$_githash.tar.gz" "soju.sysusers" "soju.service" "soju.tmpfiles" ) -sha256sums=('dc25ba4fcfe979d53a33411f6d94dc296a98616417999561ccc74e26f970f3de' +sha256sums=('1648cff2718631ab233e02b0301671ce290bea9af57cd5808307f7c5e7d39b0a' 'c050d3f376f43e1cc22e75f445027862df8d09230e18cbb0913ab58ddced78aa' - '4ad13c2c1246381743ede31801c7867009d7c242325dbdb2fe97def5dc46b185' + 'ab7527fa06a97795b3301cef12cf8f3927398eb0eb55b6e1819eff251a4f538d' '7d9e772f42765a82be0459bcbded2074f68d450ab09c3627ca3b59978188b61b') backup=('etc/soju/config') validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48') diff --git a/soju-srht/soju.service b/soju-srht/soju.service index fd39a29..6d67999 100644 --- a/soju-srht/soju.service +++ b/soju-srht/soju.service @@ -7,6 +7,7 @@ Type=simple User=soju Restart=always ExecStart=/usr/bin/soju --config /etc/soju/config +ExecReload=/bin/kill -HUP $MAINPID Environment=SRHT_ENDPOINT=https://meta.xenrox.net [Install] -- 2.44.0