summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-12-01 19:47:56 +0100
committerTimo Wilken2021-12-01 19:47:56 +0100
commit0f5e5689e5b97499c65a455e5facfd80302ab043 (patch)
tree8375a6fa53a667de2b28d9ce56824b3eded58350
parentd314a54b182d5e244bd6851eed0dbef91bb32535 (diff)
downloadaur-0f5e5689e5b97499c65a455e5facfd80302ab043.tar.gz
Upstream 1.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6aa5c390c05..9129f9a36c9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alibuild
pkgdesc = A simple build tool for ALICE software at CERN
- pkgver = 1.9.4
+ pkgver = 1.9.5
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.4.tar.gz
- sha256sums = cd321dc361d3086818cb1087566cee3aade2a1e503df68935bb60dd8e193ded0
+ source = https://github.com/alisw/alibuild/archive/refs/tags/v1.9.5.tar.gz
+ sha256sums = 0f559ec278ff8aa86f3b114f982a47a237e3c7e777893be47281b420761df887
pkgname = alibuild
diff --git a/PKGBUILD b/PKGBUILD
index 274af3d38e78..84391d87f85d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=alibuild
-pkgver=1.9.4
+pkgver=1.9.5
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=('cd321dc361d3086818cb1087566cee3aade2a1e503df68935bb60dd8e193ded0')
+sha256sums=('0f559ec278ff8aa86f3b114f982a47a237e3c7e777893be47281b420761df887')
build() {
cd "$srcdir/$pkgname-$pkgver"