summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2020-11-15 10:12:49 +1100
committerLuis Aranguren2020-11-15 10:12:49 +1100
commit8e6cac807275ef44bae3a580cb29eb6ba0c709c8 (patch)
tree269077a897a6648544c7425d413ae8bfa5549a9a
parentdc0430d4d6b70203bf3e07c97984191c7005f0fb (diff)
downloadaur-8e6cac807275ef44bae3a580cb29eb6ba0c709c8.tar.gz
4.4.1, added python-setuptools to makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7446874a6253..ee803b563155 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = python-hpilo
pkgdesc = Accessing the HP iLO XML interface from python
- pkgver = 4.3
+ pkgver = 4.4.1
pkgrel = 1
url = https://github.com/seveas/python-hpilo
arch = any
license = GPL
+ makedepends = python-setuptools
depends = python
options = !emptydirs
- source = https://github.com/seveas/python-hpilo/archive/4.3.tar.gz
- md5sums = 99f611fe3da652bd0a56b2e5b5a22299
+ source = https://github.com/seveas/python-hpilo/archive/4.4.1.tar.gz
+ md5sums = 6e261f94eaaf230c88fd857500ab0e0b
pkgname = python-hpilo
diff --git a/PKGBUILD b/PKGBUILD
index e3739c988c82..8dc95027cd8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# Contributor: Philipp Schmitt <philipp@schmitt.co>
pkgname=python-hpilo
-pkgver=4.3
+pkgver=4.4.1
pkgrel=1
pkgdesc='Accessing the HP iLO XML interface from python'
arch=('any')
url='https://github.com/seveas/python-hpilo'
license=('GPL')
depends=('python')
+makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/seveas/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('99f611fe3da652bd0a56b2e5b5a22299')
+md5sums=('6e261f94eaaf230c88fd857500ab0e0b')
package() {
cd "$srcdir/$pkgname-$pkgver"