summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a220c230d74..c821cfd53aa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 1 09:30:27 UTC 2018
+# Sun Apr 1 09:32:41 UTC 2018
pkgbase = matomo
pkgdesc = matomo is a real time web analytics software program, written in PHP
pkgver = 3.4.0
@@ -13,7 +13,7 @@ pkgbase = matomo
optdepends = mariadb: Database server
optdepends = python2: For log importer script
optdepends = php-geoip: For GeoIP php module
- replaces = matomo
+ replaces = piwik
backup = etc/webapps/matomo/config.ini.php
source = http://builds.piwik.org/piwik-3.4.0.tar.gz
source = http://builds.piwik.org/piwik-3.4.0.tar.gz.asc
diff --git a/PKGBUILD b/PKGBUILD
index df0b3659908f..cfaf34dda6dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=("any")
url="https://matomo.org/"
license=("GPL")
depends=("php" "php-gd")
-replaces=("matomo")
+replaces=("piwik")
optdepends=("mariadb: Database server"
"python2: For log importer script"
"php-geoip: For GeoIP php module")