summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2020-11-20 08:04:38 +1100
committerLuis Aranguren2020-11-20 08:04:38 +1100
commitfd4092da747b08065e68685054762b9ce5692253 (patch)
treea61d04a8d790e9b0f38c0a6582f033a4380d7945
parent8e94e82b2879f532689e0569cd245b407e49ebf2 (diff)
downloadaur-fd4092da747b08065e68685054762b9ce5692253.tar.gz
4.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1d35e73c608..41c102212e43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-hpilo
pkgdesc = Accessing the HP iLO XML interface from python
- pkgver = 4.4.1
- pkgrel = 2
+ pkgver = 4.4.2
+ pkgrel = 1
url = https://github.com/seveas/python-hpilo
arch = any
license = Apache
@@ -9,7 +9,7 @@ pkgbase = python-hpilo
makedepends = python-setuptools
depends = python
options = !emptydirs
- source = https://github.com/seveas/python-hpilo/archive/4.4.1.tar.gz
+ source = https://github.com/seveas/python-hpilo/archive/4.4.2.tar.gz
md5sums = 6e261f94eaaf230c88fd857500ab0e0b
pkgname = python-hpilo
diff --git a/PKGBUILD b/PKGBUILD
index 8f6176cf2cdf..d912b1f5cdee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Philipp Schmitt <philipp@schmitt.co>
pkgname=python-hpilo
-pkgver=4.4.1
-pkgrel=2
+pkgver=4.4.2
+pkgrel=1
pkgdesc='Accessing the HP iLO XML interface from python'
arch=('any')
url='https://github.com/seveas/python-hpilo'
@@ -12,7 +12,7 @@ depends=('python')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/seveas/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('6e261f94eaaf230c88fd857500ab0e0b')
+md5sums=('1544a6c1b90ec9b0953f5084583e8cc2')
package() {
cd "$srcdir/$pkgname-$pkgver"