summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-06-22 17:10:40 +0200
committerTimo Wilken2021-06-22 17:10:40 +0200
commit3eb4e5dfb5225bb09cd5aad83f6b35b992fdd6f7 (patch)
tree4c21e3959bab4d87e629eb1b30bc0b110324aafb
parent96d9e581ce07239275fc4a8108a6ed5775c9d683 (diff)
downloadaur-3eb4e5dfb5225bb09cd5aad83f6b35b992fdd6f7.tar.gz
Upstream release v1.8.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07459f3e607b..20a13aae6a96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alibuild
pkgdesc = A simple build tool for ALICE software at CERN
- pkgver = 1.8.4
+ pkgver = 1.8.5
pkgrel = 1
url = https://alisw.github.io/alibuild/
arch = i686
@@ -12,8 +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.4.tar.gz
- sha256sums = c2e2ac2a6418bf2f42d945a051ab56bd0aeb126fff8d75980fac310ee836384e
+ source = https://github.com/alisw/alibuild/archive/refs/tags/v1.8.5.tar.gz
+ sha256sums = d9775d102674e8f754b74191553f8a4b8daa7360ebd8fe87197b46831de42e45
pkgname = alibuild
-
diff --git a/PKGBUILD b/PKGBUILD
index 9e838e627409..7f2f3e7be98f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=alibuild
-pkgver=1.8.4
+pkgver=1.8.5
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=('c2e2ac2a6418bf2f42d945a051ab56bd0aeb126fff8d75980fac310ee836384e')
+sha256sums=('d9775d102674e8f754b74191553f8a4b8daa7360ebd8fe87197b46831de42e45')
check() {
cd "$srcdir/$pkgname-$pkgver"