summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Potapenko2024-05-09 14:40:14 +0200
committerAlex Potapenko2024-05-09 14:40:14 +0200
commite17e8d38afe60fc0320d71b7dd4dbefa7ae11828 (patch)
tree4ce65b47dca76b99ae137186fc9e16967f8762dd
parent9e49f82f60b3495e67cbbf7f891b25d570f82758 (diff)
downloadaur-e17e8d38afe60fc0320d71b7dd4dbefa7ae11828.tar.gz
Upstream URL has changed, upgrade to 5.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90a3c1552e12..1a99cc41332b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = zapzap
pkgdesc = WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine
- pkgver = 5.3.1
+ pkgver = 5.3.2
pkgrel = 1
- url = https://github.com/zapzap-linux/zapzap
+ url = https://github.com/rafatosta/zapzap
arch = x86_64
license = GPL3
makedepends = git
@@ -20,7 +20,7 @@ pkgbase = zapzap
depends = python-pydantic>=1.9.1
depends = python-typing_extensions>=4.6.1
optdepends = hunspell: spell check
- source = git+https://github.com/zapzap-linux/zapzap#tag=5.3.1
- b2sums = 5549042fbc6ec591ac69903bedc2a35cd26ffb22d90f7024ce1ea6cf9c4aeecce31a3793aed5b8288da84df6352b157483c6fc30d27c0618a8e3e652494bdef4
+ source = git+https://github.com/rafatosta/zapzap#tag=5.3.2
+ b2sums = 4a929493321792d8127ff126e95a1521416da4b885729731c4e2e79a0daa697f27223cd75014197677b2b2b52445518a1b419e2dc83bf3c4ce60d7fd0d212167
pkgname = zapzap
diff --git a/PKGBUILD b/PKGBUILD
index 4eb1f56d7df8..4c71f50f7018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=zapzap
_pkgname=com.rtosta.zapzap
-pkgver=5.3.1
+pkgver=5.3.2
pkgrel=1
pkgdesc='WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine'
arch=(x86_64)
-url="https://github.com/$pkgname-linux/$pkgname"
+url="https://github.com/rafatosta/$pkgname"
license=(GPL3)
depends=('python-pyqt6' 'python-pyqt6-webengine' 'dbus-python' 'qt6-wayland' 'python-jaraco.text' 'python-inflect' 'python-pydantic>=1.9.1' 'python-typing_extensions>=4.6.1')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools>=40.8.0' 'python-wheel' 'desktop-file-utils')
optdepends=('hunspell: spell check')
source=(git+$url#tag=$pkgver)
-b2sums=('5549042fbc6ec591ac69903bedc2a35cd26ffb22d90f7024ce1ea6cf9c4aeecce31a3793aed5b8288da84df6352b157483c6fc30d27c0618a8e3e652494bdef4')
+b2sums=('4a929493321792d8127ff126e95a1521416da4b885729731c4e2e79a0daa697f27223cd75014197677b2b2b52445518a1b419e2dc83bf3c4ce60d7fd0d212167')
build() {
cd $pkgname