summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarko Semet2023-09-24 19:22:36 +0200
committerMarko Semet2023-09-24 19:22:36 +0200
commit849173e053229a1d25a6021a27c530159ad90082 (patch)
tree4c573fc823ecf1eef7a9272a9b70dd12080d4def /PKGBUILD
parent1379f0c8dca5ce44e8049b08f7d98e7b1993bdef (diff)
downloadaur-buildstream.tar.gz
Update to 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {