summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-06-29 15:43:25 +0200
committerTimo Wilken2021-06-29 15:43:25 +0200
commit038eadbd4a43c91abfcbb5d6bbde5abf92f4dfc3 (patch)
tree46ff4e19af665107875ff3e16678d602fc4f8a95
parent3eb4e5dfb5225bb09cd5aad83f6b35b992fdd6f7 (diff)
downloadaur-038eadbd4a43c91abfcbb5d6bbde5abf92f4dfc3.tar.gz
Upstream release v1.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20a13aae6a96..330ace002b91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alibuild
pkgdesc = A simple build tool for ALICE software at CERN
- pkgver = 1.8.5
+ pkgver = 1.8.6
pkgrel = 1
url = https://alisw.github.io/alibuild/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = alibuild
depends = python-distro
depends = git
optdepends = s3cmd: for the S3 remote store
- source = https://github.com/alisw/alibuild/archive/refs/tags/v1.8.5.tar.gz
- sha256sums = d9775d102674e8f754b74191553f8a4b8daa7360ebd8fe87197b46831de42e45
+ source = https://github.com/alisw/alibuild/archive/refs/tags/v1.8.6.tar.gz
+ sha256sums = c63cd5655fafb9397ba112940b920d428e1a374379727a56ca8612c8a89e03c1
pkgname = alibuild
diff --git a/PKGBUILD b/PKGBUILD
index 7f2f3e7be98f..9e0961f0f908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=alibuild
-pkgver=1.8.5
+pkgver=1.8.6
pkgrel=1
pkgdesc='A simple build tool for ALICE software at CERN'
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ license=(GPL3)
depends=(python python-requests python-yaml python-distro git)
optdepends=('s3cmd: for the S3 remote store')
source=("https://github.com/alisw/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('d9775d102674e8f754b74191553f8a4b8daa7360ebd8fe87197b46831de42e45')
+sha256sums=('c63cd5655fafb9397ba112940b920d428e1a374379727a56ca8612c8a89e03c1')
check() {
cd "$srcdir/$pkgname-$pkgver"