summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40cbc5b84bb7..cacee0e3902b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zapzap
pkgdesc = WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine
- pkgver = 4.4.4
+ pkgver = 4.4.5
pkgrel = 1
url = https://github.com/rafatosta/zapzap
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = zapzap
depends = python-pyqt6-webengine
depends = dbus-python
optdepends = hunspell: spell check
- source = git+https://github.com/rafatosta/zapzap#tag=v4.4.4
+ source = git+https://github.com/rafatosta/zapzap#tag=v4.4.5
b2sums = SKIP
pkgname = zapzap
diff --git a/PKGBUILD b/PKGBUILD
index 5ff7c94c47e3..e96d53bab5d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zapzap
_pkgname=com.rtosta.zapzap
-pkgver=4.4.4
+pkgver=4.4.5
pkgrel=1
pkgdesc='WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine'
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=('python-pyqt6' 'python-pyqt6-webengine' 'dbus-python')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=('hunspell: spell check')
source=(git+$url#tag=v$pkgver)
-b2sums=(SKIP)
+b2sums=('SKIP')
build() {
cd $pkgname