summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Steel2016-04-07 15:02:07 +0100
committerJonathan Steel2016-04-07 15:02:07 +0100
commite81d684d2d9cfc57c017cf37044c5a182bbcc4ee (patch)
treef24c27a04434360210cd15636bdb686d06c6eca6 /PKGBUILD
parent5c7626d279d770dd43bd51b79a94725cac799d9d (diff)
downloadaur-e81d684d2d9cfc57c017cf37044c5a182bbcc4ee.tar.gz
makedepends: python-docutils
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bcf7a496dcc..6c950785b978 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,13 @@
pkgname=facter2
pkgver=2.4.6
-pkgrel=1
+pkgrel=2
pkgdesc="Collect and display system facts"
arch=('any')
url="http://puppetlabs.com/facter"
license=('APACHE')
depends=('ruby' 'inetutils' 'net-tools')
+makedepends=('python-docutils')
provides=('facter')
conflicts=('facter')
source=(http://downloads.puppetlabs.com/facter/facter-$pkgver.tar.gz)