summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2019-04-30 02:10:44 +0300
committerDevaev Maxim2019-04-30 02:10:44 +0300
commit4b119fe49182edba34f3e47ba730689569cd6c45 (patch)
treebd768b242f484ba776194ecb2c734913686a45c6
parentf1b69a0f101c93a173ccbdea51ff6a87141d9df3 (diff)
downloadaur-4b119fe49182edba34f3e47ba730689569cd6c45.tar.gz
Update to 1.3.0-4
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5da07c010fd..8e447f336c36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-pyghmi
pkgdesc = A Pure python IPMI library
pkgver = 1.3.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/openstack/pyghmi
arch = any
license = Apache 2.0
makedepends = python-distribute
- makedepends = python-pbr
depends = python-cryptography
source = python-pyghmi::git+https://github.com/openstack/pyghmi#commit=1.3.0
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 70836b9e5211..3da81a964b76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-pyghmi
pkgver=1.3.0
-pkgrel=3
+pkgrel=4
pkgdesc="A Pure python IPMI library"
url="https://github.com/openstack/pyghmi"
license=("Apache 2.0")
arch=(any)
depends=(python-cryptography)
-makedepends=(python-distribute python-pbr)
+makedepends=(python-distribute)
source=(${pkgname}::"git+https://github.com/openstack/pyghmi#commit=${pkgver}")
md5sums=(SKIP)