summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Semet2023-09-24 19:25:31 +0200
committerMarko Semet2023-09-24 19:25:31 +0200
commit1546dece292704a9c51d3a71d11caa917cf73938 (patch)
tree08ef0ae2b53a8c7280ed0a21b41e037895c273b5
parente2d592c024b0a355f7c025d5add40faafbc47483 (diff)
downloadaur-1546dece292704a9c51d3a71d11caa917cf73938.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 82c3cd2bfd23..88157b6180ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildstream-plugins
pkgdesc = A collection of plugins for the BuildStream project.
- pkgver = 2.0.1
+ pkgver = 2.1.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.0.1&commit=144152fbce16cfcf58653585cec276bd2086c373
+ source = git+https://github.com/apache/buildstream-plugins.git#tag=2.1.0&commit=940406754d8e14e1868c2950914260aaf0678838
sha256sums = SKIP
pkgname = buildstream-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 2350b2f371d8..1cc605d6ea97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marko Semet <marko10_000@mailbox.org>
pkgname=buildstream-plugins
-pkgver=2.0.1
+pkgver=2.1.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.0.1&commit=144152fbce16cfcf58653585cec276bd2086c373")
+source=("git+https://github.com/apache/buildstream-plugins.git#tag=2.1.0&commit=940406754d8e14e1868c2950914260aaf0678838")
sha256sums=('SKIP')
build() {