summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2016-09-30 13:59:10 -0400
committerDavid Parrish2016-09-30 13:59:10 -0400
commitd0fc69e7592ea8fe9bfddf54e16bfe3cb8029201 (patch)
treeb058f9939d672c1a94f48607d496c1f06903e704
parentfbdd57675f428d881a327741d96549544709058a (diff)
downloadaur-d0fc69e7592ea8fe9bfddf54e16bfe3cb8029201.tar.gz
Depend on python2 instead of python
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9093a66aea6..a6b8a1c04cb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 24 18:58:23 UTC 2016
+# Fri Sep 30 17:57:45 UTC 2016
pkgbase = check_zfs-git
pkgdesc = Nagios-Plugin to check the status of a ZFS pool.
pkgver = r13.20eef86
@@ -8,7 +8,7 @@ pkgbase = check_zfs-git
arch = i686
arch = x86_64
license = GPL3
- depends = python
+ depends = python2
source = check_zfs-git::git+https://github.com/zlacelle/nagios_check_zfs_linux.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6c8ca5216b21..f784ca4452f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=check_zfs-git
pkgver=r13.20eef86
-pkgrel=1
+pkgrel=2
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=('python')
+depends=('python2')
source=("${pkgname}::git+https://github.com/zlacelle/nagios_check_zfs_linux.git")
sha256sums=("SKIP")