summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Thies2023-10-19 21:48:54 +0200
committerMichael Thies2023-10-19 21:49:10 +0200
commit86edfbaada312754e0025061bf44720f4dc51f15 (patch)
treed8c36ba7c3703055b0807fa330fb04450dc0d18c
parent4fa26ef3e2c80aa30caa4bca77d8ed82ad72d506 (diff)
downloadaur-86edfbaada312754e0025061bf44720f4dc51f15.tar.gz
Update to justbuild 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bd48d1274d4..c8033a3a52ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = justbuild
pkgdesc = A generic build system supporting multi-repository builds
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/just-buildsystem/justbuild
arch = x86_64
@@ -29,9 +29,9 @@ pkgbase = justbuild
conflicts = just
conflicts = just-git
conflicts = just-js
- source = justbuild-1.2.1.tar.gz::https://github.com/just-buildsystem/justbuild/archive/v1.2.1.tar.gz
+ source = justbuild-1.2.2.tar.gz::https://github.com/just-buildsystem/justbuild/archive/v1.2.2.tar.gz
source = gsl.pc
- sha256sums = 0fe771914265d3edae0ee17daf2be48ed602e33a0cd1b0d04d822c0b8cb488a4
+ sha256sums = 6a9c8c9793e9f1ad9f57ac81856c8263929a41a7346d01a4a57df2bb1b33db4e
sha256sums = SKIP
pkgname = justbuild
diff --git a/PKGBUILD b/PKGBUILD
index 348908c12efd..69eca76be76f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Thies <mail@mhthies.de>
pkgname=justbuild
-pkgver='1.2.1'
+pkgver='1.2.2'
pkgrel=1
pkgdesc="A generic build system supporting multi-repository builds"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('clang' 'binutils' 'wget' 'cli11' 'microsoft-gsl' 'nlohmann-json' '
conflicts=('just' 'just-git' 'just-js')
source=("justbuild-${pkgver}.tar.gz::https://github.com/just-buildsystem/justbuild/archive/v${pkgver}.tar.gz"
"gsl.pc")
-sha256sums=('0fe771914265d3edae0ee17daf2be48ed602e33a0cd1b0d04d822c0b8cb488a4'
+sha256sums=('6a9c8c9793e9f1ad9f57ac81856c8263929a41a7346d01a4a57df2bb1b33db4e'
'SKIP')
build() {