summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-04-17 11:35:35 -0300
committerRafael Fontenelle2018-04-17 11:35:35 -0300
commit5ff2e11a71ad1491fae4c887bfe95b1e9847b2f5 (patch)
treecb420eb891afbaf7a70b8522b210950d7b8831a4 /PKGBUILD
parent34edbcbeab3973c36a7824ec8340d13aa8d53d0f (diff)
downloadaur-5ff2e11a71ad1491fae4c887bfe95b1e9847b2f5.tar.gz
python-fusepy not a dep anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41af6ffb7464..8034c5b9c3a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
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-fusepy' 'python-jinja' 'python-gobject' 'python-pluginbase'
+ 'python-jinja' 'python-gobject' 'python-pluginbase'
'python-psutil' 'python-ruamel-yaml')
makedepends=('python-setuptools')
source=("https://download.gnome.org/sources/BuildStream/${pkgver%.*}/BuildStream-$pkgver.tar.xz")