summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2021-02-11 07:56:13 +1100
committerLuis Aranguren2021-02-11 07:56:13 +1100
commit1e58aaf5f6fe5e3eef949872d32105d121c9021b (patch)
tree4845fa359dc8cbf54c9dc45417c2442176b8e5f2
parentfd4092da747b08065e68685054762b9ce5692253 (diff)
downloadaur-1e58aaf5f6fe5e3eef949872d32105d121c9021b.tar.gz
4.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41c102212e43..ec695456b079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-hpilo
pkgdesc = Accessing the HP iLO XML interface from python
- pkgver = 4.4.2
+ pkgver = 4.4.3
pkgrel = 1
url = https://github.com/seveas/python-hpilo
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-hpilo
makedepends = python-setuptools
depends = python
options = !emptydirs
- source = https://github.com/seveas/python-hpilo/archive/4.4.2.tar.gz
- md5sums = 6e261f94eaaf230c88fd857500ab0e0b
+ source = https://github.com/seveas/python-hpilo/archive/4.4.3.tar.gz
+ md5sums = e278b48bf8e511f97e7e43ad70496739
pkgname = python-hpilo
diff --git a/PKGBUILD b/PKGBUILD
index d912b1f5cdee..d08f1a14fcc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philipp Schmitt <philipp@schmitt.co>
pkgname=python-hpilo
-pkgver=4.4.2
+pkgver=4.4.3
pkgrel=1
pkgdesc='Accessing the HP iLO XML interface from python'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/seveas/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('1544a6c1b90ec9b0953f5084583e8cc2')
+md5sums=('e278b48bf8e511f97e7e43ad70496739')
package() {
cd "$srcdir/$pkgname-$pkgver"