summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-08-23 11:05:22 -0300
committerRafael Fontenelle2018-08-23 11:05:22 -0300
commit28ec4c5285d9b61c58b6b6fb0ab5a211b1e07fa5 (patch)
tree69a25e9e318fbfea0c6b7d5c534d25490e9d7608 /PKGBUILD
parente90ccef0fcef1886f79a3d4b8705cb74bfe04318 (diff)
downloadaur-28ec4c5285d9b61c58b6b6fb0ab5a211b1e07fa5.tar.gz
Update to 1.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd76c7f937da..2d8f4f115274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream
-pkgver=1.1.6
+pkgver=1.1.7
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
@@ -13,7 +13,7 @@ depends=('bubblewrap' 'ostree' 'python-blessings' 'python-click' 'python-jinja'
'bzr' 'git' 'lzip' 'python-arpy')
makedepends=('python-setuptools')
source=("https://download.gnome.org/sources/BuildStream/${pkgver%.*}/BuildStream-$pkgver.tar.xz")
-sha256sums=('f872c53e2b8d9a852364a58408f0df3667a83e38258cba89f8bfe5d14464e88b')
+sha256sums=('6a83ee0c311fc67bbf72460ca0103e2c81872bfc8a5f85e7228139ac2ec6546b')
build() {
cd BuildStream-$pkgver