summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1743635529a5..02ab34501e6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-connectivity-git
pkgdesc = Qt5 connectivity module
- pkgver = 5.12.1.r30.g5eb8fd9f
+ pkgver = 5.13.0_rc3.r72.gf2f9da65
pkgrel = 1
url = https://www.qt.io/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f6df2cd16e57..1411ba924c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=qt5-connectivity-git
-pkgver=5.12.1.r30.g5eb8fd9f
+pkgver=5.13.0_rc3.r72.gf2f9da65
pkgrel=1
pkgdesc="Qt5 connectivity module"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ pkgver() {
_tag=$(git tag -l --sort -v:refname | sed -n '1,1{s/v//p}')
_rev=$(git rev-list --count v$_tag..HEAD)
_hash=$(git rev-parse --short HEAD)
- printf "%s.r%s.g%s" "$_tag" "$_rev" "$_hash"
+ printf "%s.r%s.g%s" "$_tag" "$_rev" "$_hash" | sed 's/-/_/g'
}
build() {