summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-12 18:27:19 +0200
committerGoliathLabs2020-07-12 18:27:19 +0200
commita73ef0e91394be3b69cdc611a37ecfd88e9e4079 (patch)
treef9d155e6f8e02ede39d03c176a0839621f564f34
parentf643e543f2ca0b91fe82de485e660d11a856dc71 (diff)
downloadaur-a73ef0e91394be3b69cdc611a37ecfd88e9e4079.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c76cc6f127e..98883f5621a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sat May 13 09:39:56 UTC 2017
pkgbase = zabbix-agent-2.4
pkgdesc = Software designed for monitoring availability and performance of IT infrastructure components
pkgver = 2.4.8
- pkgrel = 1
- url = http://www.zabbix.com
+ pkgrel = 2
+ url = https://www.zabbix.com
install = zabbix-agent.install
arch = i686
arch = x86_64
@@ -16,7 +14,7 @@ pkgbase = zabbix-agent-2.4
replaces = zabbix-agent
backup = etc/zabbix/zabbix_agent.conf
backup = etc/zabbix/zabbix_agentd.conf
- source = http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.4.8/zabbix-2.4.8.tar.gz
+ source = https://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.4.8/zabbix-2.4.8.tar.gz
source = zabbix-agent.install
source = zabbix-agentd.service
source = zabbix-agentd.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index fea2ecb85c1d..699c2770ac8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: Idares <idares at seznam dot cz>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Idares <idares at seznam dot cz>
# Contributor: Enrico Morelli <morelli@cerm.unifi.it>
# Contributor: Vadym Abramchuk <abramm@gmail.com>
# Contributor: karol_007 <karol.blazewicz@gmail.com>
pkgname=zabbix-agent-2.4
pkgver=2.4.8
-pkgrel=1
+pkgrel=2
pkgdesc="Software designed for monitoring availability and performance of IT infrastructure components"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
-url="http://www.zabbix.com"
+url="https://www.zabbix.com"
license=('GPL')
backup=('etc/zabbix/zabbix_agent.conf'
'etc/zabbix/zabbix_agentd.conf'
)
install="zabbix-agent.install"
-source=("http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/$pkgver/zabbix-$pkgver.tar.gz"
+source=("https://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/$pkgver/zabbix-$pkgver.tar.gz"
"zabbix-agent.install"
"zabbix-agentd.service"
"zabbix-agentd.tmpfiles"