summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2022-09-27 15:55:16 -0400
committerDavid Parrish2022-09-27 15:55:16 -0400
commitf50da5d5f6fd6dbcfafe622b4c40b33d56fd4841 (patch)
treea6297041ec352d361a6b9df7da2d380e027937b5
parent79414e6a74b4f80f086a78dbfd72805c114c7036 (diff)
downloadaur-f50da5d5f6fd6dbcfafe622b4c40b33d56fd4841.tar.gz
Update to version r62. Change dependency to python3.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c992a3184e68..7d7f7380fde4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Fri Sep 30 17:59:42 UTC 2016
pkgbase = check_zfs-git
pkgdesc = Nagios-Plugin to check the status of a ZFS pool.
- pkgver = r13.20eef86
- pkgrel = 2
+ pkgver = r62.e3cf94c
+ pkgrel = 1
url = https://github.com/zlacelle/nagios_check_zfs_linux
arch = i686
arch = x86_64
license = GPL3
- depends = python2
+ makedepends = git
+ depends = python
source = check_zfs-git::git+https://github.com/zlacelle/nagios_check_zfs_linux.git
sha256sums = SKIP
pkgname = check_zfs-git
-
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")