summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarko Semet2022-12-29 23:13:52 +0100
committerMarko Semet2022-12-29 23:13:52 +0100
commit305addea37be068d7c17111055b9f16ce464457d (patch)
treec4034dd75d737f7c435f035e1f263c6d8b3735d4 /PKGBUILD
parent52bc3334318640d42f2c0da4890c547199255c66 (diff)
downloadaur-305addea37be068d7c17111055b9f16ce464457d.tar.gz
Update optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cceb073f8389..b771a46bce1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Marko Semet <marko10_000@mailbox.org>
pkgname=buildstream
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A powerful and flexible software integration toolset"
arch=(x86_64)
url="https://buildstream.build"
@@ -26,6 +26,10 @@ depends=(
# specific host site dependencies
bzip2 gzip lzip tar xz
)
+optdepends=(
+ "buildstream-plugins: Official BuildStream plugins like “git”"
+ "buildstream-plugins-experimental: Official experimental BuildStream plugins"
+)
makedepends=(cython git python-packaging)
source=("git+https://github.com/apache/buildstream.git#tag=2.0.0&commit=f27bc3bed2bdbb3dfd72fdbfa59a7607d74123a7")
sha256sums=('SKIP')