summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-12-19 07:34:42 +0100
committerMatheus2023-12-19 07:34:42 +0100
commit3339b26561223075ce0a58a4d446016ea239620b (patch)
treedc2b7e6a38b9dbc68fa3a55ccae76b7c06e8d11c
parent9423ae742fb4fdb8dcab94932e21570c2b3fd0a1 (diff)
downloadaur-3339b26561223075ce0a58a4d446016ea239620b.tar.gz
Version update
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59c846fc8cd4..92bd404999a7 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matomo-git
pkgdesc = A powerful web analytics platform.
- pkgver = 4.16.0
+ pkgver = 5.0.0
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=541997dfc1687870e88b6c6dbdbaa2c1beab4a78
+ source = matomo::git+https://github.com/matomo-org/matomo.git#tag=7836b1c1f7dec0ed56102a3dee7589fce789638c
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 8d715b9e3a74..343d2b990754 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
readonly _pkgname="matomo"
-declare -r _tag="541997dfc1687870e88b6c6dbdbaa2c1beab4a78"
+declare -r _tag="7836b1c1f7dec0ed56102a3dee7589fce789638c"
pkgname="matomo-git"
-pkgver="4.16.0"
+pkgver="5.0.0"
pkgrel="1"
pkgdesc="A powerful web analytics platform."
arch=("any")