summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Steinert2023-04-22 12:36:48 +0200
committerLorenz Steinert2023-04-22 12:37:26 +0200
commit017c6ace83d744ab5b81cb518fd8e6ff0bc8d48a (patch)
tree522d33f0a0b98c43b5df7533969a9346a77fa4ea
parent49bdfc98b227636c51d836bc2049673dc3c70950 (diff)
downloadaur-017c6ace83d744ab5b81cb518fd8e6ff0bc8d48a.tar.gz
v0.8.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--log-path.diff20
3 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac1e7f1811e7..427781d96476 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mautrix-whatsapp
pkgdesc = A Matrix-WhatsApp puppeting bridge
- pkgver = 0.8.3
- pkgrel = 2
+ pkgver = 0.8.4
+ pkgrel = 1
url = https://github.com/tulir/mautrix-whatsapp
arch = any
license = AGPL
@@ -10,12 +10,12 @@ pkgbase = mautrix-whatsapp
depends = libolm
optdepends = ffmpeg: If you want to send gifs from Matrix
backup = etc/mautrix-whatsapp/mautrix-whatsapp.yaml
- source = https://github.com/tulir/mautrix-whatsapp/archive/v0.8.3.tar.gz
+ source = https://github.com/tulir/mautrix-whatsapp/archive/v0.8.4.tar.gz
source = sysusers-mautrix-whatsapp.conf
source = mautrix-whatsapp.tmpfiles
source = mautrix-whatsapp.service
source = log-path.diff
- sha256sums = 45697820cd1ec2cd1dff82397cd7eb11cf692caa93bd0d39cac38eda343be83a
+ sha256sums = d2a5f9fe3b7fa1e2542749dc207b7e428898372fc78e534bd25669dc02256ee9
sha256sums = 409e8fb3e35de1bd1ceebefa0ac275ad62ec66680117648058bcc177ddd2f9a1
sha256sums = 2e5ecb77aa175c1ebce40a5ff560bb5ee26ed39b3d1f4cf6d62db2ad604050b4
sha256sums = c353ac242c501063c7c45169e1e65e7a75fe7d681f73409e76682e7537466965
diff --git a/PKGBUILD b/PKGBUILD
index d9e198628cdf..a53f86b56b6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Matthew Murray <matt@compti.me>
pkgname=mautrix-whatsapp
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
pkgdesc="A Matrix-WhatsApp puppeting bridge"
arch=('any')
license=('AGPL')
@@ -19,7 +19,7 @@ source=("${url}/archive/v${pkgver}.tar.gz"
mautrix-whatsapp.service
log-path.diff)
backup=("etc/${pkgname}/mautrix-whatsapp.yaml")
-sha256sums=('45697820cd1ec2cd1dff82397cd7eb11cf692caa93bd0d39cac38eda343be83a'
+sha256sums=('d2a5f9fe3b7fa1e2542749dc207b7e428898372fc78e534bd25669dc02256ee9'
'409e8fb3e35de1bd1ceebefa0ac275ad62ec66680117648058bcc177ddd2f9a1'
'2e5ecb77aa175c1ebce40a5ff560bb5ee26ed39b3d1f4cf6d62db2ad604050b4'
'c353ac242c501063c7c45169e1e65e7a75fe7d681f73409e76682e7537466965'
diff --git a/log-path.diff b/log-path.diff
index 2744077a488b..2d8eb1fd5d83 100644
--- a/log-path.diff
+++ b/log-path.diff
@@ -1,13 +1,13 @@
diff --git a/example-config.yaml b/example-config.yaml
-index d496ae4..7d8346d 100644
+index f7dbb7b..bfb1c32 100644
--- a/example-config.yaml
+++ b/example-config.yaml
-@@ -241,7 +241,7 @@ bridge:
- # Logging config.
- logging:
- # The directory for log files. Will be created if not found.
-- directory: ./logs
-+ directory: /var/log/mautrix-whatsapp
- # Available variables: .Date for the file date and .Index for different log files on the same day.
- file_name_format: "{{.Date}}-{{.Index}}.log"
- # Date format for file names in the Go time format: https://golang.org/pkg/time/#pkg-constants
+@@ -441,7 +441,7 @@ logging:
+ format: pretty-colored
+ - type: file
+ format: json
+- filename: ./logs/mautrix-whatsapp.log
++ filename: /var/log/mautrix-whatsapp.log
+ max_size: 100
+ max_backups: 10
+ compress: true