summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2019-09-02 21:42:06 -0300
committerRafael Fontenelle2019-09-02 21:42:06 -0300
commitd0964b33f8abde1da5d3e8eed0079c7ba2a79a62 (patch)
treee62481325782b42795cbfa1d9df1898c602fcf27 /PKGBUILD
parenta102b7c64aed38c40b7d76f61619e7ef294d0f21 (diff)
downloadaur-d0964b33f8abde1da5d3e8eed0079c7ba2a79a62.tar.gz
Update to 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70ca73179049..5f1b1121eccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
@@ -14,7 +14,7 @@ depends=(bubblewrap ostree python-click python-jinja
bzr git lzip python-arpy)
makedepends=(python-setuptools cython)
source=("https://download.gnome.org/sources/BuildStream/${pkgver%.*}/BuildStream-$pkgver.tar.xz")
-sha256sums=('ccc43733cc099ef743964ff2cedf0c262e2e1c30d0f6c8ee021a94249d581ae7')
+sha256sums=('d78ad9b5a88c80eb9bc7ebf410e2d9570a65299a2a16db5dce194c418af755e8')
build() {
cd BuildStream-$pkgver