summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2019-04-28 08:51:39 +0300
committerDevaev Maxim2019-04-28 08:51:39 +0300
commit3faac6d22a1cfda06c49f16fcae5702a6782a0b3 (patch)
tree7622a14514d4f1a53df27e2d800573d1a255717d
parent88a8816abc895fdc9da6a9b209008092eaea2ca0 (diff)
downloadaur-3faac6d22a1cfda06c49f16fcae5702a6782a0b3.tar.gz
Update to 1.3.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11f4d978f112..f997ddc6a235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-pyghmi
pkgdesc = A Pure python IPMI library
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openstack/pyghmi
arch = any
license = Apache 2.0
- makedepends = gcc
makedepends = python-distribute
+ makedepends = python-pbr
depends = python-cryptography
source = https://github.com/openstack/pyghmi/archive/1.3.0.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1e6d648e9790..0a6d936339ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-pyghmi
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Pure python IPMI library"
url="https://github.com/openstack/pyghmi"
license=("Apache 2.0")
arch=(any)
depends=(python-cryptography)
-makedepends=(gcc python-distribute)
+makedepends=(python-distribute python-pbr)
source=("$url/archive/$pkgver.tar.gz")
md5sums=(SKIP)