~xenrox/personal-packages

15e26c496d909473ff389f5d719412340569a924 — Thorben Günther 2 years ago 9d65c10
soju-srht: Update
2 files changed, 9 insertions(+), 5 deletions(-)

M soju-srht/PKGBUILD
M soju-srht/soju.service
M soju-srht/PKGBUILD => soju-srht/PKGBUILD +8 -5
@@ 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')

M soju-srht/soju.service => soju-srht/soju.service +1 -0
@@ 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]