summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2018-10-05 07:56:14 -0300
committerRafael Fontenelle2018-10-05 07:56:16 -0300
commitdf83d55aebdc89f668c7feb6908bbf0e2686867f (patch)
tree2dff1f9366d2daaa50b99b5767d002f900440303
parent5d383ceb4bd5c3e76efb332d41c72340147a6403 (diff)
downloadaur-df83d55aebdc89f668c7feb6908bbf0e2686867f.tar.gz
Update to 1.2.3
Also remove python-ruamel-yaml as version requirement not fulfilled: version <0.15.52 is required, but Arch current has version =0.15.75
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaa7d3bb85af..798a8e437962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildstream
pkgdesc = Framework for modelling build pipelines in a declarative YAML format
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://wiki.gnome.org/Projects/BuildStream/
arch = any
@@ -15,13 +15,12 @@ pkgbase = buildstream
depends = python-pluginbase
depends = python-protobuf
depends = python-psutil
- depends = python-ruamel-yaml
depends = bzr
depends = git
depends = lzip
depends = python-arpy
- source = https://download.gnome.org/sources/BuildStream/1.2/BuildStream-1.2.2.tar.xz
- sha256sums = dd0b04e239c362e7ac44e202874da6e9ebfaaad038db513b9af3d57904f77e91
+ source = https://download.gnome.org/sources/BuildStream/1.2/BuildStream-1.2.3.tar.xz
+ sha256sums = 3632f85b1db8b1a19c4099850e196664bd994a25dabb912f7ccfa40c539c1c76
pkgname = buildstream
diff --git a/PKGBUILD b/PKGBUILD
index d32c407e73df..823fb4a61b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
@@ -8,12 +8,12 @@ url="https://wiki.gnome.org/Projects/BuildStream/"
license=('LGPL')
depends=(bubblewrap ostree python-click python-jinja
python-gobject python-grpcio python-pluginbase
- python-protobuf python-psutil python-ruamel-yaml
+ python-protobuf python-psutil
# specific host site dependencies
bzr git lzip python-arpy)
makedepends=(python-setuptools)
source=("https://download.gnome.org/sources/BuildStream/${pkgver%.*}/BuildStream-$pkgver.tar.xz")
-sha256sums=('dd0b04e239c362e7ac44e202874da6e9ebfaaad038db513b9af3d57904f77e91')
+sha256sums=('3632f85b1db8b1a19c4099850e196664bd994a25dabb912f7ccfa40c539c1c76')
build() {
cd BuildStream-$pkgver