summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2689e38a5f..961449890224 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = buildstream-git
pkgdesc = Framework for modelling build pipelines in a declarative YAML format
- pkgver = 1.93.5.r0.g51afe1c81
+ pkgver = 1.93.6.r47.gc388631bb
pkgrel = 1
url = https://buildstream.build
- arch = any
+ arch = x86_64
license = LGPL
makedepends = python-setuptools
makedepends = cython
@@ -24,7 +24,7 @@ pkgbase = buildstream-git
depends = lzip
provides = buildstream
conflicts = buildstream
- source = git+https://gitlab.com/BuildStream/buildstream.git
+ source = git+https://github.com/apache/buildstream.git
md5sums = SKIP
pkgname = buildstream-git
diff --git a/PKGBUILD b/PKGBUILD
index 1e24ce5961f0..74eb8f7ebb7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream-git
-pkgver=1.93.5.r0.g51afe1c81
+pkgver=1.93.6.r47.gc388631bb
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
-arch=('any')
+arch=('x86_64')
url="https://buildstream.build"
license=('LGPL')
depends=(
@@ -25,7 +25,7 @@ depends=(
makedepends=(python-setuptools cython git)
provides=('buildstream')
conflicts=('buildstream')
-source=("git+https://gitlab.com/BuildStream/buildstream.git")
+source=("git+https://github.com/apache/buildstream.git")
md5sums=('SKIP')
pkgver() {