summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88157b6180ce..926fb0168752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildstream-plugins
pkgdesc = A collection of plugins for the BuildStream project.
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://buildstream.build
arch = any
@@ -15,7 +15,7 @@ pkgbase = buildstream-plugins
depends = python-pip
depends = python-requests
depends = python-tomli
- source = git+https://github.com/apache/buildstream-plugins.git#tag=2.1.0&commit=940406754d8e14e1868c2950914260aaf0678838
+ source = git+https://github.com/apache/buildstream-plugins.git#tag=2.2.0&commit=db71610b7ae9884f6d8cbe0d3cc5a1c657c19edb
sha256sums = SKIP
pkgname = buildstream-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 1cc605d6ea97..5dcb61f9176c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marko Semet <marko10_000@mailbox.org>
pkgname=buildstream-plugins
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="A collection of plugins for the BuildStream project."
arch=(any)
@@ -18,7 +18,7 @@ depends=(
# Sources “cargo” and “docker” seam to not nead any programmes
)
makedepends=(cython python-packaging python-setuptools)
-source=("git+https://github.com/apache/buildstream-plugins.git#tag=2.1.0&commit=940406754d8e14e1868c2950914260aaf0678838")
+source=("git+https://github.com/apache/buildstream-plugins.git#tag=${pkgver}&commit=db71610b7ae9884f6d8cbe0d3cc5a1c657c19edb")
sha256sums=('SKIP')
build() {