summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-07-06 12:21:44 +0200
committerTimo Wilken2021-07-06 12:21:44 +0200
commit3d3a033a6cc44f59705ded8cdb01e58dd7affed3 (patch)
treea4caf7d78baf644b4e3d5a13d3d75c856c4c294f
parent207ee36b34a69570abe123e5c801e9b8f3445df7 (diff)
downloadaur-3d3a033a6cc44f59705ded8cdb01e58dd7affed3.tar.gz
Upstream release 1.8.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e82ef700128c..c67ac85b8c32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alibuild
pkgdesc = A simple build tool for ALICE software at CERN
- pkgver = 1.8.6
- pkgrel = 3
+ pkgver = 1.8.8
+ pkgrel = 1
url = https://alisw.github.io/alibuild/
arch = i686
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = alibuild
optdepends = curl: support for remote stores on S3
optdepends = findutils: support for remote stores on S3
optdepends = awk: support for remote stores on S3
- source = https://github.com/alisw/alibuild/archive/refs/tags/v1.8.6.tar.gz
- sha256sums = c63cd5655fafb9397ba112940b920d428e1a374379727a56ca8612c8a89e03c1
+ source = https://github.com/alisw/alibuild/archive/refs/tags/v1.8.8.tar.gz
+ sha256sums = 5808ff763c10407214d33726f8adad7ce5b5475cefcec3975edc5cba663ae9ba
pkgname = alibuild
diff --git a/PKGBUILD b/PKGBUILD
index 34f44182621d..4d6696f2fb03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=alibuild
-pkgver=1.8.6
-pkgrel=3
+pkgver=1.8.8
+pkgrel=1
pkgdesc='A simple build tool for ALICE software at CERN'
arch=(i686 x86_64)
url='https://alisw.github.io/alibuild/'
@@ -18,7 +18,7 @@ optdepends=('pigz: alternative, faster gzip implementation'
'findutils: support for remote stores on S3'
'awk: support for remote stores on S3')
source=("https://github.com/alisw/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('c63cd5655fafb9397ba112940b920d428e1a374379727a56ca8612c8a89e03c1')
+sha256sums=('5808ff763c10407214d33726f8adad7ce5b5475cefcec3975edc5cba663ae9ba')
build() {
cd "$srcdir/$pkgname-$pkgver"