summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2018-02-19 06:41:50 -0300
committerRafael Fontenelle2018-02-19 06:41:50 -0300
commitf67c86c08444989c7331dac32c83f8a10322523e (patch)
tree4f2693b8b79b2488c4fe5139f6ff8d8e934d40a1
parent95bb949471e8dd98a42b9b751abba04e3e79339d (diff)
downloadaur-f67c86c08444989c7331dac32c83f8a10322523e.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e58739fe6455..1a81ca45a660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildstream
pkgdesc = Framework for modelling build pipelines in a declarative YAML format
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 2
url = https://wiki.gnome.org/Projects/BuildStream/
arch = any
@@ -16,8 +16,8 @@ pkgbase = buildstream
depends = python-pluginbase
depends = python-psutil
depends = python-ruamel-yaml
- source = https://download.gnome.org/sources/BuildStream/1.0/BuildStream-1.0.1.tar.xz
- sha256sums = 2ff4cede92ce16ceee6ab74d869249b6463a5d22129dcda7938f7b8e750dd62f
+ source = https://download.gnome.org/sources/BuildStream/1.1/BuildStream-1.1.0.tar.xz
+ sha256sums = 5cc7193758a92f288e8faa16a1f0f89c46363450b98267d0c321a3fb1941726e
pkgname = buildstream
diff --git a/PKGBUILD b/PKGBUILD
index a90541491afe..cacfc1acb3c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=2
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
@@ -11,7 +11,7 @@ depends=('bubblewrap' 'ostree' 'python-blessings' 'python-click'
'python-psutil' 'python-ruamel-yaml')
makedepends=('python-setuptools')
source=("https://download.gnome.org/sources/BuildStream/${pkgver%.*}/BuildStream-$pkgver.tar.xz")
-sha256sums=('2ff4cede92ce16ceee6ab74d869249b6463a5d22129dcda7938f7b8e750dd62f')
+sha256sums=('5cc7193758a92f288e8faa16a1f0f89c46363450b98267d0c321a3fb1941726e')
package() {
cd BuildStream-$pkgver