summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-01-12 10:25:38 -0200
committerRafael Fontenelle2019-01-12 10:25:40 -0200
commit1a6c8d4d9794c73fdb59b8b43ff945180a3f4003 (patch)
treeafcff6e6d71739c66adc9a57358e4086673bca6d
parent519dcd9611d46a0c4a91c5248255da0e8bd71d8e (diff)
downloadaur-1a6c8d4d9794c73fdb59b8b43ff945180a3f4003.tar.gz
Fix ruamel dependency
Buildstream currently depends on ruamel.yaml < 0.15.52, as can be seen in 'requirements/requirements.in' file This fixes the 'depends' array to 0.15.51 version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb2bb22659b7..464d81cedb7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = buildstream
pkgdesc = Framework for modelling build pipelines in a declarative YAML format
pkgver = 1.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://buildstream.build/
arch = any
license = LGPL
@@ -15,7 +15,7 @@ pkgbase = buildstream
depends = python-pluginbase
depends = python-protobuf
depends = python-psutil
- depends = python-ruamel-yaml0.15.52
+ depends = python-ruamel-yaml0.15.51
depends = bzr
depends = git
depends = lzip
diff --git a/PKGBUILD b/PKGBUILD
index f8881e00286d..7feaab2083db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream
pkgver=1.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
url="https://buildstream.build/"
@@ -9,7 +9,7 @@ license=('LGPL')
depends=(bubblewrap ostree python-click python-jinja
python-gobject python-grpcio python-pluginbase
python-protobuf python-psutil
- python-ruamel-yaml0.15.52
+ python-ruamel-yaml0.15.51
# specific host site dependencies
bzr git lzip python-arpy)
makedepends=(python-setuptools)