summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Semet2023-02-20 19:29:45 +0100
committerMarko Semet2023-02-20 19:29:45 +0100
commit1379f0c8dca5ce44e8049b08f7d98e7b1993bdef (patch)
tree09a8e05e5aaf5d6373fac7665ef6085b20eb9291
parent7154cccc8a6e0aa032a6cb119fa28e8b990b4b2c (diff)
downloadaur-1379f0c8dca5ce44e8049b08f7d98e7b1993bdef.tar.gz
update to 2.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e84759d1e6a6..0a9f17f16117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = buildstream
pkgdesc = A powerful and flexible software integration toolset
- pkgver = 2.0.0
- pkgrel = 3
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://buildstream.build
arch = x86_64
license = Apache
@@ -21,6 +21,7 @@ pkgbase = buildstream
depends = python-psutil
depends = python-pyroaring
depends = python-ruamel-yaml
+ depends = python-ruamel.yaml.clib
depends = python-setuptools
depends = python-ujson
depends = bzip2
@@ -31,7 +32,7 @@ pkgbase = buildstream
optdepends = buildstream-plugins: Official BuildStream plugins like “git”
optdepends = buildstream-plugins-container: Official BuildStream plugin for Docker images
optdepends = buildstream-plugins-experimental: Official experimental BuildStream plugins
- source = git+https://github.com/apache/buildstream.git#tag=2.0.0&commit=f27bc3bed2bdbb3dfd72fdbfa59a7607d74123a7
+ source = git+https://github.com/apache/buildstream.git#tag=2.0.1&commit=23c432e81c0e5fb1850637b583808df99e5eed5b
sha256sums = SKIP
pkgname = buildstream
diff --git a/PKGBUILD b/PKGBUILD
index ba9d258f3fe8..1fb566b89a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Rafael Fontenelle <rafaelff@gnome.org>
# Maintainer: Marko Semet <marko10_000@mailbox.org>
pkgname=buildstream
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
pkgdesc="A powerful and flexible software integration toolset"
arch=(x86_64)
url="https://buildstream.build"
@@ -21,6 +21,7 @@ depends=(
python-psutil
python-pyroaring
python-ruamel-yaml
+ python-ruamel.yaml.clib
python-setuptools
python-ujson
# specific host site dependencies
@@ -32,7 +33,7 @@ optdepends=(
"buildstream-plugins-experimental: Official experimental BuildStream plugins"
)
makedepends=(cython git python-packaging)
-source=("git+https://github.com/apache/buildstream.git#tag=2.0.0&commit=f27bc3bed2bdbb3dfd72fdbfa59a7607d74123a7")
+source=("git+https://github.com/apache/buildstream.git#tag=2.0.1&commit=23c432e81c0e5fb1850637b583808df99e5eed5b")
sha256sums=('SKIP')
build() {