summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2018-09-03 06:59:21 -0300
committerRafael Fontenelle2018-09-03 06:59:21 -0300
commita6f6aa021019ded5d353323f348eecd65ab032d9 (patch)
tree53294dfcdcdc2282c8e2000fa0bbf7ba2d9b9ba6
parent28ec4c5285d9b61c58b6b6fb0ab5a211b1e07fa5 (diff)
downloadaur-a6f6aa021019ded5d353323f348eecd65ab032d9.tar.gz
Update to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d12904a1b2c2..e697298defb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildstream
pkgdesc = Framework for modelling build pipelines in a declarative YAML format
- pkgver = 1.1.7
+ pkgver = 1.2.0
pkgrel = 1
url = https://wiki.gnome.org/Projects/BuildStream/
arch = any
@@ -21,8 +21,8 @@ pkgbase = buildstream
depends = git
depends = lzip
depends = python-arpy
- source = https://download.gnome.org/sources/BuildStream/1.1/BuildStream-1.1.7.tar.xz
- sha256sums = 6a83ee0c311fc67bbf72460ca0103e2c81872bfc8a5f85e7228139ac2ec6546b
+ source = https://download.gnome.org/sources/BuildStream/1.2/BuildStream-1.2.0.tar.xz
+ sha256sums = 35c317c9c08e7961f07ff93650bbe0672bec2b932a552beeede7660171da90d4
pkgname = buildstream
diff --git a/PKGBUILD b/PKGBUILD
index 2d8f4f115274..4e395cd22bb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream
-pkgver=1.1.7
+pkgver=1.2.0
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
url="https://wiki.gnome.org/Projects/BuildStream/"
license=('LGPL')
-depends=('bubblewrap' 'ostree' 'python-blessings' 'python-click' 'python-jinja'
- 'python-gobject' 'python-grpcio' 'python-pluginbase' 'python-protobuf'
- 'python-psutil' 'python-ruamel-yaml'
+depends=(bubblewrap ostree python-blessings python-click python-jinja
+ python-gobject python-grpcio python-pluginbase python-protobuf
+ python-psutil python-ruamel-yaml
# specific host site dependencies
- 'bzr' 'git' 'lzip' 'python-arpy')
-makedepends=('python-setuptools')
+ bzr git lzip python-arpy)
+makedepends=(python-setuptools)
source=("https://download.gnome.org/sources/BuildStream/${pkgver%.*}/BuildStream-$pkgver.tar.xz")
-sha256sums=('6a83ee0c311fc67bbf72460ca0103e2c81872bfc8a5f85e7228139ac2ec6546b')
+sha256sums=('35c317c9c08e7961f07ff93650bbe0672bec2b932a552beeede7660171da90d4')
build() {
cd BuildStream-$pkgver