summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarko Semet2022-12-29 23:27:55 +0100
committerMarko Semet2022-12-29 23:27:55 +0100
commit7154cccc8a6e0aa032a6cb119fa28e8b990b4b2c (patch)
treebac49b6509ea340410a066d465a6244229b98d16 /PKGBUILD
parent305addea37be068d7c17111055b9f16ce464457d (diff)
downloadaur-7154cccc8a6e0aa032a6cb119fa28e8b990b4b2c.tar.gz
Add docker image plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b771a46bce1d..ba9d258f3fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Marko Semet <marko10_000@mailbox.org>
pkgname=buildstream
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A powerful and flexible software integration toolset"
arch=(x86_64)
url="https://buildstream.build"
@@ -28,6 +28,7 @@ depends=(
)
optdepends=(
"buildstream-plugins: Official BuildStream plugins like “git”"
+ "buildstream-plugins-container: Official BuildStream plugin for Docker images"
"buildstream-plugins-experimental: Official experimental BuildStream plugins"
)
makedepends=(cython git python-packaging)