summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukanka2023-07-16 20:40:55 +0800
committersukanka2023-07-16 20:40:55 +0800
commitd74a8c42786115d379bb54c6ad0d8813171d357f (patch)
treef08341968d43aa1bceaaaff1a13eff851b26175a
parent4b833564b21f8250ea02c00677df78235e12be48 (diff)
downloadaur-d74a8c42786115d379bb54c6ad0d8813171d357f.tar.gz
update to 0.9.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f937f62180aa..73c2a8fd5607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
pkgbase = mautrix-whatsapp
pkgdesc = A Matrix-WhatsApp puppeting bridge
- pkgver = 0.8.6
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/tulir/mautrix-whatsapp
- arch = any
+ arch = x86_64
+ arch = aarch64
license = AGPL
makedepends = go
makedepends = libolm
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.6.tar.gz
+ source = https://github.com/tulir/mautrix-whatsapp/archive/v0.9.0.tar.gz
source = sysusers-mautrix-whatsapp.conf
source = mautrix-whatsapp.tmpfiles
source = mautrix-whatsapp.service
source = log-path.diff
- sha256sums = bbfc9b944ea02238bab6b4162893e471994a9706aeda12ae73e39ba0f312b893
+ sha256sums = 95d3c82910bdaafcc4f3352bb2db013dbfda2ead61ca32f6993dbd6cf330fcf4
sha256sums = 409e8fb3e35de1bd1ceebefa0ac275ad62ec66680117648058bcc177ddd2f9a1
sha256sums = 2e5ecb77aa175c1ebce40a5ff560bb5ee26ed39b3d1f4cf6d62db2ad604050b4
sha256sums = c353ac242c501063c7c45169e1e65e7a75fe7d681f73409e76682e7537466965
diff --git a/PKGBUILD b/PKGBUILD
index 0639aa67df05..193caafb6c2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Matthew Murray <matt@compti.me>
pkgname=mautrix-whatsapp
-pkgver=0.8.6
+pkgver=0.9.0
pkgrel=1
pkgdesc="A Matrix-WhatsApp puppeting bridge"
-arch=('any')
+arch=('x86_64' 'aarch64')
license=('AGPL')
# mautrix-whatsapp can be build without encription support.
# For that libolm has to be removed from the makedepends and depends
@@ -19,7 +19,7 @@ source=("${url}/archive/v${pkgver}.tar.gz"
mautrix-whatsapp.service
log-path.diff)
backup=("etc/${pkgname}/mautrix-whatsapp.yaml")
-sha256sums=('bbfc9b944ea02238bab6b4162893e471994a9706aeda12ae73e39ba0f312b893'
+sha256sums=('95d3c82910bdaafcc4f3352bb2db013dbfda2ead61ca32f6993dbd6cf330fcf4'
'409e8fb3e35de1bd1ceebefa0ac275ad62ec66680117648058bcc177ddd2f9a1'
'2e5ecb77aa175c1ebce40a5ff560bb5ee26ed39b3d1f4cf6d62db2ad604050b4'
'c353ac242c501063c7c45169e1e65e7a75fe7d681f73409e76682e7537466965'