summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 123d2d25cb2e..35634d947001 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matomo-git
pkgdesc = A powerful web analytics platform.
- pkgver = 5.0.2
+ pkgver = 5.0.3
pkgrel = 1
url = https://github.com/matomo-org/matomo
install = matomo.install
@@ -38,7 +38,7 @@ pkgbase = matomo-git
optdepends = nginx: HTTP server
provides = matomo
conflicts = matomo
- source = matomo::git+https://github.com/matomo-org/matomo.git#tag=92a4c3d3d4ccb11af70e5db6aebebf7d619a8c57
+ source = matomo::git+https://github.com/matomo-org/matomo.git#tag=7b5e5f9bb62fb7df447b578da90ceb28dceaaec7
source = git+https://github.com/matomo-org/matomo-icons.git
source = git+https://github.com/matomo-org/matomo-log-analytics.git
source = git+https://github.com/matomo-org/plugin-AnonymousPiwikUsageMeasurement.git
diff --git a/PKGBUILD b/PKGBUILD
index d8424a707279..8c65c5459f4d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
readonly _pkgname="matomo"
-declare -r _tag="92a4c3d3d4ccb11af70e5db6aebebf7d619a8c57"
+declare -r _tag="7b5e5f9bb62fb7df447b578da90ceb28dceaaec7"
pkgname="matomo-git"
-pkgver="5.0.2"
+pkgver="5.0.3"
pkgrel="1"
pkgdesc="A powerful web analytics platform."
arch=("any")