summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Thies2024-04-11 00:47:00 +0200
committerMichael Thies2024-04-11 00:47:00 +0200
commit71b9ff3f6e2fe95bb2970a778e42358cef3472c9 (patch)
treea40a2f1be27b643fd8f7e763e308ff59d382488d
parentbef3ddc8dd4d102f8be4bae684931b5b19cbde73 (diff)
downloadaur-71b9ff3f6e2fe95bb2970a778e42358cef3472c9.tar.gz
Update to justbuild 1.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 285fb20f49a7..774c8bc457a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = justbuild
pkgdesc = A generic build system supporting multi-repository builds
- pkgver = 1.2.4
+ pkgver = 1.2.5
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.4.tar.gz::https://github.com/just-buildsystem/justbuild/archive/v1.2.4.tar.gz
+ source = justbuild-1.2.5.tar.gz::https://github.com/just-buildsystem/justbuild/archive/v1.2.5.tar.gz
source = gsl.pc
- sha256sums = 19790637542726b62b058a6de5a706f2f684900628208ce0a14322f28a098953
+ sha256sums = 9f0c336fc333b64e77622b2956b4c9733f998e2b0db575827f492da87703efbe
sha256sums = SKIP
pkgname = justbuild
diff --git a/PKGBUILD b/PKGBUILD
index 84945f856c72..87f4439a808c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Thies <mail@mhthies.de>
pkgname=justbuild
-pkgver='1.2.4'
+pkgver='1.2.5'
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=('19790637542726b62b058a6de5a706f2f684900628208ce0a14322f28a098953'
+sha256sums=('9f0c336fc333b64e77622b2956b4c9733f998e2b0db575827f492da87703efbe'
'SKIP')
build() {