[arch-commits] Commit in monitoring-plugins/trunk (PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Sun Jan 3 19:12:05 UTC 2021


    Date: Sunday, January 3, 2021 @ 19:12:04
  Author: jsteel
Revision: 805668

upgpkg: monitoring-plugins 2.3-1

Modified:
  monitoring-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-03 19:11:51 UTC (rev 805667)
+++ PKGBUILD	2021-01-03 19:12:04 UTC (rev 805668)
@@ -2,8 +2,8 @@
 # Contributor: Idares <idares at seznam dot cz>
 
 pkgname=monitoring-plugins
-pkgver=2.2
-pkgrel=6
+pkgver=2.3
+pkgrel=1
 pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications"
 arch=('x86_64')
 url="https://www.monitoring-plugins.org"
@@ -20,17 +20,9 @@
 provides=('nagios-plugins')
 conflicts=('nagios-plugins')
 replaces=('nagios-plugins')
-source=("https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz"
-        '0001-mariadb.patch')
-sha256sums=('296a538f00a9cbef7f528ff2d43af357a44b384dc98a32389a675b62a6dd3665'
-            '2e478c220563c194f61d68860cfbb56cf9ce1179b2590343c679a1609a5fba6d')
+source=("https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz")
+sha256sums=('3fd96efaa751c7646fe3ba25f9714859a204176a155d12fe0ee420e39e90f56c')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 < ../0001-mariadb.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list