summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Semet2023-09-24 19:22:36 +0200
committerMarko Semet2023-09-24 19:22:36 +0200
commit849173e053229a1d25a6021a27c530159ad90082 (patch)
tree4c573fc823ecf1eef7a9272a9b70dd12080d4def
parent1379f0c8dca5ce44e8049b08f7d98e7b1993bdef (diff)
downloadaur-buildstream.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a9f17f16117..65b4f2258fad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildstream
pkgdesc = A powerful and flexible software integration toolset
- pkgver = 2.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://buildstream.build
arch = x86_64
@@ -32,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.1&commit=23c432e81c0e5fb1850637b583808df99e5eed5b
+ source = git+https://github.com/apache/buildstream.git#tag=2.1.0&commit=171e3a85e897f03ee8b05307366de1f2123fcfdf
sha256sums = SKIP
pkgname = buildstream
diff --git a/PKGBUILD b/PKGBUILD
index 1fb566b89a31..9062d758055d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Rafael Fontenelle <rafaelff@gnome.org>
# Maintainer: Marko Semet <marko10_000@mailbox.org>
pkgname=buildstream
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="A powerful and flexible software integration toolset"
arch=(x86_64)
@@ -33,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.1&commit=23c432e81c0e5fb1850637b583808df99e5eed5b")
+source=("git+https://github.com/apache/buildstream.git#tag=2.1.0&commit=171e3a85e897f03ee8b05307366de1f2123fcfdf")
sha256sums=('SKIP')
build() {