Package Details: bst-external 0.29.0-1

Git Clone URL: https://aur.archlinux.org/bst-external.git (read-only, click to copy)
Package Base: bst-external
Description: A collection of extra plugins for BuildStream
Upstream URL: https://gitlab.com/BuildStream/bst-external
Licenses: LGPL2.1
Submitter: rafaelff
Maintainer: marko10_000
Last Packager: marko10_000
Votes: 2
Popularity: 0.000000
First Submitted: 2018-08-22 20:33 (UTC)
Last Updated: 2022-12-27 22:54 (UTC)

Latest Comments

jjardon commented on 2022-12-29 13:44 (UTC)

Note this package is only compatible with buildstream 1.x , not buildstream 2.x (current stable)

asakeron commented on 2021-04-22 19:22 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 7dff3ca..6c00c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
 pkgname=bst-external
-pkgver=0.21.0
+pkgver=0.22.0
 pkgrel=1
 pkgdesc="A collection of extra plugins for BuildStream"
 arch=(any)
@@ -9,7 +9,7 @@ license=(LGPL2.1)
 depends=(buildstream python-requests python-pytoml)
 makedepends=(python-setuptools)
 source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2")
-sha256sums=('677f5ccd9d84ee52055f0bfe29530643ec91aed7abdaf324a3cba09bb2ecadaf')
+sha256sums=('17f6f5a1f4f2859bbcf954d79c3157084f14d1431a588e9ea2c0acb548f50c95')

 build() {
    cd $pkgname-$pkgver
--