summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2018-09-21 06:41:03 -0300
committerRafael Fontenelle2018-09-21 06:41:03 -0300
commit3303ba8d86c9aa495568ca4119262a87e73f6521 (patch)
treec6e0c8672ff636d4e1258078a915a1278fd6ff2b
parenta6f6aa021019ded5d353323f348eecd65ab032d9 (diff)
downloadaur-3303ba8d86c9aa495568ca4119262a87e73f6521.tar.gz
Update to 1.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e697298defb4..6580595aca70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildstream
pkgdesc = Framework for modelling build pipelines in a declarative YAML format
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://wiki.gnome.org/Projects/BuildStream/
arch = any
@@ -8,7 +8,6 @@ pkgbase = buildstream
makedepends = python-setuptools
depends = bubblewrap
depends = ostree
- depends = python-blessings
depends = python-click
depends = python-jinja
depends = python-gobject
@@ -21,8 +20,8 @@ pkgbase = buildstream
depends = git
depends = lzip
depends = python-arpy
- source = https://download.gnome.org/sources/BuildStream/1.2/BuildStream-1.2.0.tar.xz
- sha256sums = 35c317c9c08e7961f07ff93650bbe0672bec2b932a552beeede7660171da90d4
+ source = https://download.gnome.org/sources/BuildStream/1.2/BuildStream-1.2.1.tar.xz
+ sha256sums = 04333fe9e09f69f00d5e6da0aff109f9620e84d624be88082965847eabdb4305
pkgname = buildstream
diff --git a/PKGBUILD b/PKGBUILD
index 4e395cd22bb3..74dbf8a491ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream
-pkgver=1.2.0
+pkgver=1.2.1
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
+depends=(bubblewrap ostree 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)
source=("https://download.gnome.org/sources/BuildStream/${pkgver%.*}/BuildStream-$pkgver.tar.xz")
-sha256sums=('35c317c9c08e7961f07ff93650bbe0672bec2b932a552beeede7660171da90d4')
+sha256sums=('04333fe9e09f69f00d5e6da0aff109f9620e84d624be88082965847eabdb4305')
build() {
cd BuildStream-$pkgver