summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-12-06 13:06:45 +0100
committerTimo Wilken2021-12-06 13:06:45 +0100
commite516508debee84243587c95ce3456df29eb22fed (patch)
treee6cf2f2bdfa09f8f1c3d82c99cb42746ac444293
parentea7d30cf4398a72c78a43f8d5e8d326a7a740067 (diff)
downloadaur-e516508debee84243587c95ce3456df29eb22fed.tar.gz
Upstream v1.9.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac76d6464080..b56b529292ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alibuild
pkgdesc = A simple build tool for ALICE software at CERN
- pkgver = 1.9.7
+ pkgver = 1.9.8
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.7.tar.gz
- sha256sums = cd49919f4304df7f6e575d342f0b625c7543b9b00570a9d59dbfd2e400fcf4da
+ source = https://github.com/alisw/alibuild/archive/refs/tags/v1.9.8.tar.gz
+ sha256sums = bbcc95cf12137d01689b30a83cc91c5f5014b9c030047d4454582743cb1d2d73
pkgname = alibuild
diff --git a/PKGBUILD b/PKGBUILD
index b11d32b1d443..a90a81891f8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=alibuild
-pkgver=1.9.7
+pkgver=1.9.8
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=('cd49919f4304df7f6e575d342f0b625c7543b9b00570a9d59dbfd2e400fcf4da')
+sha256sums=('bbcc95cf12137d01689b30a83cc91c5f5014b9c030047d4454582743cb1d2d73')
build() {
cd "$srcdir/$pkgname-$pkgver"