summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Borda2022-12-30 13:34:35 +0100
committerMattia Borda2022-12-30 13:34:35 +0100
commitcc4a4494bc7ba42a70ce48c7a7a41948074353b9 (patch)
treea779b78b922fdc0a8d0564b1a9ed54acb3a60d86
parent8ef4511792d913172899373498f8caa23db1e08e (diff)
downloadaur-cc4a4494bc7ba42a70ce48c7a7a41948074353b9.tar.gz
Fix version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c409ecaaa690..aaccc8b0b9e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zapzap-git
pkgdesc = WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine
- pkgver = v4.4.1.r1.ga0c9f57
- pkgrel = 2
+ pkgver = 4.4.3.r2.gd36af54
+ pkgrel = 1
url = https://github.com/rafatosta/zapzap
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 1856b4d81b55..db1e2e13aef4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: musiclover <musiclover382@protonmail.com>
+# Maintainer: Mattia Borda <mattiagiovanni.borda@icloud.com>
pkgname=zapzap-git
_pkgname=com.rtosta.zapzap
-pkgver=v4.4.1.r1.ga0c9f57
-pkgrel=2
+pkgver=4.4.3.r2.gd36af54
+pkgrel=1
pkgdesc="WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine"
arch=('x86_64')
url="https://github.com/rafatosta/${pkgname%-git}"
@@ -20,7 +20,7 @@ b2sums=('SKIP')
pkgver() {
cd "${pkgname%-git}"
- git describe --long --tags | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
}
build() {