summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-06-16 18:16:06 -0300
committerRafael Fontenelle2019-06-16 18:16:06 -0300
commiteb10dfed58be968dc1bc6cc75442b60fa74d8164 (patch)
tree5f43747f3291d05a8cc28de10603d087695f0946
parent54e610409b85d3f967463007a9a1cb19be47f2c5 (diff)
downloadaur-eb10dfed58be968dc1bc6cc75442b60fa74d8164.tar.gz
Update to 0.14
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 045d12e3b83c..489a64f4c9f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bst-external
pkgdesc = A collection of extra plugins for BuildStream
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://gitlab.com/BuildStream/bst-external
arch = any
@@ -8,7 +8,7 @@ pkgbase = bst-external
makedepends = python-setuptools
depends = buildstream
depends = python-requests
- source = https://gitlab.com/BuildStream/bst-external/-/archive/0.13.0/bst-external-0.13.0.tar.bz2
+ source = https://gitlab.com/BuildStream/bst-external/-/archive/0.14.0/bst-external-0.14.0.tar.bz2
sha256sums = 719e860d2bf7cb9a4d14a2c18e089a43f57721d5cf86a2623166e1e96cc98e5b
pkgname = bst-external
diff --git a/PKGBUILD b/PKGBUILD
index 689ef3abf03d..e3ec9cf6c6f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=bst-external
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc="A collection of extra plugins for BuildStream"
arch=(any)
@@ -9,7 +9,7 @@ license=(LGPL2.1)
depends=(buildstream python-requests)
makedepends=(python-setuptools)
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2")
-sha256sums=('719e860d2bf7cb9a4d14a2c18e089a43f57721d5cf86a2623166e1e96cc98e5b')
+sha256sums=('d5ebfc216c19796af537c37ad55937d5b95bb12d445d5a3d2faffbd2692ec0e4')
build() {
cd $pkgname-$pkgver