summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2022-09-27 15:55:16 -0400
committerDavid Parrish2022-09-27 15:55:16 -0400
commitf50da5d5f6fd6dbcfafe622b4c40b33d56fd4841 (patch)
treea6297041ec352d361a6b9df7da2d380e027937b5 /PKGBUILD
parent79414e6a74b4f80f086a78dbfd72805c114c7036 (diff)
downloadaur-check_zfs-git.tar.gz
Update to version r62. Change dependency to python3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f784ca4452f2..d80b6e85221f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=check_zfs-git
-pkgver=r13.20eef86
-pkgrel=2
+pkgver=r62.e3cf94c
+pkgrel=1
pkgdesc="Nagios-Plugin to check the status of a ZFS pool."
arch=('i686' 'x86_64')
url="https://github.com/zlacelle/nagios_check_zfs_linux"
license=('GPL3')
-depends=('python2')
+makedepends=('git')
+depends=('python')
source=("${pkgname}::git+https://github.com/zlacelle/nagios_check_zfs_linux.git")
sha256sums=("SKIP")