summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Thies2023-08-29 21:02:24 +0200
committerMichael Thies2023-08-29 21:02:40 +0200
commit0cc56c1b16ae70757e7239c7110b0827dd029a8b (patch)
tree4e5e8680333fb1add9a7feea24767a364ece25d7
parentf79d50ec4a1e1c813a6344a674bdb4472b1f345b (diff)
downloadaur-0cc56c1b16ae70757e7239c7110b0827dd029a8b.tar.gz
Update to justbuild 1.2.1
Since our patch for fmt 10.x compatibility has been upstreamed and released in this version, we no longer need to patch the package.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83c0d24cce83..0bd48d1274d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = justbuild
pkgdesc = A generic build system supporting multi-repository builds
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/just-buildsystem/justbuild
arch = x86_64
@@ -29,11 +29,9 @@ pkgbase = justbuild
conflicts = just
conflicts = just-git
conflicts = just-js
- source = justbuild-1.2.0.tar.gz::https://github.com/just-buildsystem/justbuild/archive/v1.2.0.tar.gz
+ source = justbuild-1.2.1.tar.gz::https://github.com/just-buildsystem/justbuild/archive/v1.2.1.tar.gz
source = gsl.pc
- source = nlohmann-basic_json-fmt.patch
- sha256sums = e32f9ebf3c79c1d79029ae2c8f26d012c840342a14cf9bba2ab7019d1e9b62b7
- sha256sums = SKIP
+ sha256sums = 0fe771914265d3edae0ee17daf2be48ed602e33a0cd1b0d04d822c0b8cb488a4
sha256sums = SKIP
pkgname = justbuild
diff --git a/PKGBUILD b/PKGBUILD
index d90ff858cc5c..348908c12efd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Thies <mail@mhthies.de>
pkgname=justbuild
-pkgver='1.2.0'
+pkgver='1.2.1'
pkgrel=1
pkgdesc="A generic build system supporting multi-repository builds"
arch=('x86_64')
@@ -11,16 +11,10 @@ depends=('glibc' 'gcc-libs' 'fmt' 'openssl' 'zlib' 're2' 'c-ares' 'grpc' 'abseil
makedepends=('clang' 'binutils' '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"
- "nlohmann-basic_json-fmt.patch")
-sha256sums=('e32f9ebf3c79c1d79029ae2c8f26d012c840342a14cf9bba2ab7019d1e9b62b7'
- 'SKIP'
+ "gsl.pc")
+sha256sums=('0fe771914265d3edae0ee17daf2be48ed602e33a0cd1b0d04d822c0b8cb488a4'
'SKIP')
-prepare() {
- patch --directory="${srcdir}/justbuild-${pkgver}" --forward --strip=1 --input="${srcdir}/nlohmann-basic_json-fmt.patch"
-}
-
build() {
cd "${srcdir}/justbuild-${pkgver}"
# Clean build directory from potential previous run