summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Thies2023-12-19 21:02:52 +0100
committerMichael Thies2023-12-19 21:02:52 +0100
commitbef3ddc8dd4d102f8be4bae684931b5b19cbde73 (patch)
treee4ac09ead86bfa03f789ef5c7330904d6050baaa
parent7bb5c516b6b435444464f00dc2da789c24b55b7e (diff)
downloadaur-bef3ddc8dd4d102f8be4bae684931b5b19cbde73.tar.gz
Update to justbuild 1.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50ef3fe2595c..285fb20f49a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = justbuild
pkgdesc = A generic build system supporting multi-repository builds
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://github.com/just-buildsystem/justbuild
arch = x86_64
@@ -28,9 +28,9 @@ pkgbase = justbuild
conflicts = just
conflicts = just-git
conflicts = just-js
- source = justbuild-1.2.3.tar.gz::https://github.com/just-buildsystem/justbuild/archive/v1.2.3.tar.gz
+ source = justbuild-1.2.4.tar.gz::https://github.com/just-buildsystem/justbuild/archive/v1.2.4.tar.gz
source = gsl.pc
- sha256sums = 1281f899590f63292ec381f6c363ccc21dfb847a16198f01e33cbba67b3c3d50
+ sha256sums = 19790637542726b62b058a6de5a706f2f684900628208ce0a14322f28a098953
sha256sums = SKIP
pkgname = justbuild
diff --git a/PKGBUILD b/PKGBUILD
index 61f0efafe22d..84945f856c72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Thies <mail@mhthies.de>
pkgname=justbuild
-pkgver='1.2.3'
+pkgver='1.2.4'
pkgrel=1
pkgdesc="A generic build system supporting multi-repository builds"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('gcc' 'wget' 'cli11' 'microsoft-gsl' 'nlohmann-json' 'pandoc')
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=('1281f899590f63292ec381f6c363ccc21dfb847a16198f01e33cbba67b3c3d50'
+sha256sums=('19790637542726b62b058a6de5a706f2f684900628208ce0a14322f28a098953'
'SKIP')
build() {