summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2020-09-29 10:19:59 -0300
committerRafael Fontenelle2020-09-29 10:19:59 -0300
commite8d3c2960cb36e91404b586802acce9360bd38ab (patch)
tree7c7e95056fd2ec1abe389161c90b356937abe37c /PKGBUILD
parent834b6d22dabe3e4af05a8e164c8142f1e9a5525f (diff)
downloadaur-e8d3c2960cb36e91404b586802acce9360bd38ab.tar.gz
Update to 1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce610d0f1845..f32fb4c843ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream
-pkgver=1.4.3
+pkgver=1.6.0
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
@@ -17,13 +17,14 @@ depends=(
python-psutil
python-pyroaring
python-ruamel-yaml
+ python-six
python-ujson
# specific host site dependencies
- bzr git lzip python-arpy
+ bzr git lzip ostree python-arpy
)
makedepends=(python-setuptools cython)
source=("https://download.gnome.org/sources/BuildStream/${pkgver%.*}/BuildStream-$pkgver.tar.xz")
-sha256sums=('a8d89952d97e78744c42f1577fa06935dc704707e7b391b65d820ef734d17ade')
+sha256sums=('40611f1347e0f2e681f740bceca851155d295ec9e4bb76f3903f6fc94667557e')
build() {
cd BuildStream-$pkgver