aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/PKGBUILD4
-rw-r--r--arch/mutebot@.service1
2 files changed, 2 insertions, 3 deletions
diff --git a/arch/PKGBUILD b/arch/PKGBUILD
index 33cfce4..e72896b 100644
--- a/arch/PKGBUILD
+++ b/arch/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuuta Liang <yuuta@yuuta.moe>
pkgname=mutebot-git
-pkgver=r9.9d3fc6e
+pkgver=r11.546381f
pkgrel=1
pkgdesc="Yet another simple Telegram bot that mutes new members in groups."
arch=(x86_64)
@@ -24,7 +24,7 @@ source=('mutebot::git+https://git.yuuta.moe/mutebot.git'
noextract=()
md5sums=('SKIP'
'SKIP'
- 'f269f32f5c61b8ddd9bab84cb846541b'
+ '36f708d68d52bac366a333628a1213a7'
'9d905a018be08f0ac09796e301949afd'
'b47ae2adc14a370080941b535843b095'
'062bd08b22c915956e2fe655204c9427')
diff --git a/arch/mutebot@.service b/arch/mutebot@.service
index a9f0b21..60eb422 100644
--- a/arch/mutebot@.service
+++ b/arch/mutebot@.service
@@ -7,7 +7,6 @@ After=network.target network-online.target nss-lookup.target
Type=simple
User=mutebot
EnvironmentFile=/etc/mutebot/%i.conf
-ExecStartPre=/usr/bin/mutebot -l -d /var/lib/mutebot/%i/
ExecStart=/usr/bin/mutebot -d /var/lib/mutebot/%i/
[Install]