summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-12-06 12:20:46 +0100
committerTimo Wilken2021-12-06 12:20:46 +0100
commitea7d30cf4398a72c78a43f8d5e8d326a7a740067 (patch)
tree9732f7c86349f491cc9fbc731c2b402a9d066681
parent0f5e5689e5b97499c65a455e5facfd80302ab043 (diff)
downloadaur-ea7d30cf4398a72c78a43f8d5e8d326a7a740067.tar.gz
Upstream v1.9.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9129f9a36c9d..ac76d6464080 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alibuild
pkgdesc = A simple build tool for ALICE software at CERN
- pkgver = 1.9.5
+ pkgver = 1.9.7
pkgrel = 1
url = https://alisw.github.io/alibuild/
arch = i686
@@ -24,7 +24,7 @@ pkgbase = alibuild
optdepends = findutils: support for s3:// remote stores
optdepends = awk: support for s3:// remote stores
optdepends = python-boto3: support for b3:// remote stores
- source = https://github.com/alisw/alibuild/archive/refs/tags/v1.9.5.tar.gz
- sha256sums = 0f559ec278ff8aa86f3b114f982a47a237e3c7e777893be47281b420761df887
+ source = https://github.com/alisw/alibuild/archive/refs/tags/v1.9.7.tar.gz
+ sha256sums = cd49919f4304df7f6e575d342f0b625c7543b9b00570a9d59dbfd2e400fcf4da
pkgname = alibuild
diff --git a/PKGBUILD b/PKGBUILD
index 84391d87f85d..b11d32b1d443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=alibuild
-pkgver=1.9.5
+pkgver=1.9.7
pkgrel=1
pkgdesc='A simple build tool for ALICE software at CERN'
arch=(i686 x86_64)
@@ -19,7 +19,7 @@ optdepends=('pigz: alternative, faster gzip implementation'
'awk: support for s3:// remote stores'
'python-boto3: support for b3:// remote stores')
source=("https://github.com/alisw/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('0f559ec278ff8aa86f3b114f982a47a237e3c7e777893be47281b420761df887')
+sha256sums=('cd49919f4304df7f6e575d342f0b625c7543b9b00570a9d59dbfd2e400fcf4da')
build() {
cd "$srcdir/$pkgname-$pkgver"