summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Potapenko2024-03-28 15:45:59 +0100
committerAlex Potapenko2024-03-28 15:45:59 +0100
commitc6bcf9f712e1e3ba0a2858713a15baa3a2d02797 (patch)
tree8c36c26e52972a4b593ee2a8f405d058ea4df157
parentebbd12d87cbd547a86c0883a1b50db8ae21d5620 (diff)
downloadaur-c6bcf9f712e1e3ba0a2858713a15baa3a2d02797.tar.gz
Bump to 5.2.1.r7.g5abbce3, add conflict with zapzap
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4a002e91971..f265a359f199 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zapzap-git
pkgdesc = WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine
- pkgver = 5.1.r0.gb85d6f3
+ pkgver = 5.2.1.r7.g5abbce3
pkgrel = 1
url = https://github.com/zapzap-linux/zapzap
arch = x86_64
@@ -21,7 +21,9 @@ pkgbase = zapzap-git
depends = python-typing_extensions>=4.6.1
optdepends = hunspell: spell check
provides = zapzap
+ provides = zapzap-git
conflicts = zapzap
+ conflicts = zapzap-git
source = git+https://github.com/zapzap-linux/zapzap.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8775f7c0fda0..e8ddccf7df15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zapzap-git
_pkgname=com.rtosta.zapzap
-pkgver=5.1.r0.gb85d6f3
+pkgver=5.2.1.r7.g5abbce3
pkgrel=1
pkgdesc="WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine"
arch=('x86_64')
@@ -13,8 +13,8 @@ makedepends=('git' 'python-build' 'python-installer' 'python-setuptools>=40.8.0'
optdepends=(
'hunspell: spell check'
)
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("${pkgname%-git}" "${pkgname}")
+conflicts=("${pkgname%-git}" "${pkgname}")
source=(git+$url.git)
b2sums=('SKIP')