summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2022-03-16 20:56:45 +0200
committerDeon Spengler2022-03-16 20:56:45 +0200
commit0653c72108c07e10320e287b340bfa0dabb5ba24 (patch)
treec06be744fba5147e5c4424f494bc71f8c61e256b
parent27c6da47837db2f00bf17712f98409a012f58928 (diff)
downloadaur-0653c72108c07e10320e287b340bfa0dabb5ba24.tar.gz
Update to version 0.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5b115258d4f..9d8c6513c248 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mautrix-googlechat
pkgdesc = A Matrix-Google Chat puppeting bridge.
- pkgver = 0.3.0
- pkgrel = 3
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://github.com/mautrix/googlechat
install = mautrix-googlechat.install
arch = any
@@ -20,13 +20,13 @@ pkgbase = mautrix-googlechat
depends = python-unpaddedbase64
depends = python-yarl
backup = etc/mautrix-googlechat/config.yaml
- source = https://github.com/mautrix/googlechat/archive/refs/tags/v0.3.0.tar.gz
+ source = https://github.com/mautrix/googlechat/archive/refs/tags/v0.3.1.tar.gz
source = mautrix-googlechat-registration
source = mautrix-googlechat.service
source = mautrix-googlechat.sysusers
source = mautrix-googlechat.tmpfiles
source = log-path.patch
- sha256sums = 82c2b3c5acea8a85b0753ccb9c67576b42680f37312832fee537492a9363814e
+ sha256sums = 612d963ef432b4a211ee9fefb2fbd17989241e3f7ffe72c190e038e57ad395d3
sha256sums = a24774abbdf132a18b89709734a58cf14c674176121cb6e9a5f28d39a73c8bc2
sha256sums = 0bbaf8d7cec830e86bf65e7d1f01822f3ab3e057fa805c9f17ee91f99f8a11cf
sha256sums = 6653023ceb1bfcfed001f0c722ef82c2584d1a84100d7d38a1641d47b23e544a
diff --git a/PKGBUILD b/PKGBUILD
index 7a63c054c549..5c3579e98de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Deon Spengler <deon@spengler.co.za>
pkgname=mautrix-googlechat
-pkgver=0.3.0
-pkgrel=3
+pkgver=0.3.1
+pkgrel=1
pkgdesc="A Matrix-Google Chat puppeting bridge."
url="https://github.com/mautrix/googlechat"
depends=(python
@@ -28,7 +28,7 @@ source=("https://github.com/mautrix/googlechat/archive/refs/tags/v${pkgver}.tar.
"mautrix-googlechat.tmpfiles"
"log-path.patch")
backup=("etc/${pkgname}/config.yaml")
-sha256sums=('82c2b3c5acea8a85b0753ccb9c67576b42680f37312832fee537492a9363814e'
+sha256sums=('612d963ef432b4a211ee9fefb2fbd17989241e3f7ffe72c190e038e57ad395d3'
'a24774abbdf132a18b89709734a58cf14c674176121cb6e9a5f28d39a73c8bc2'
'0bbaf8d7cec830e86bf65e7d1f01822f3ab3e057fa805c9f17ee91f99f8a11cf'
'6653023ceb1bfcfed001f0c722ef82c2584d1a84100d7d38a1641d47b23e544a'