summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-05-31 12:59:41 +0200
committerTimo Wilken2021-05-31 12:59:41 +0200
commit96d9e581ce07239275fc4a8108a6ed5775c9d683 (patch)
tree0f72b41a6f8bcbe447ac8ee57cb0e66847589197
parentf851b856914c27cb4dd72edbb778c8b77111b22a (diff)
downloadaur-96d9e581ce07239275fc4a8108a6ed5775c9d683.tar.gz
Upstream release: v1.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3088007a441..07459f3e607b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alibuild
pkgdesc = A simple build tool for ALICE software at CERN
- pkgver = 1.8.3.rc1
+ pkgver = 1.8.4
pkgrel = 1
url = https://alisw.github.io/alibuild/
arch = i686
@@ -12,8 +12,8 @@ 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.3.rc1.tar.gz
- sha256sums = 011e99bc8674978e806c9fbb5c9866347e406ce3a7ec4b4fb9d4795652fbadfa
+ source = https://github.com/alisw/alibuild/archive/refs/tags/v1.8.4.tar.gz
+ sha256sums = c2e2ac2a6418bf2f42d945a051ab56bd0aeb126fff8d75980fac310ee836384e
pkgname = alibuild
diff --git a/PKGBUILD b/PKGBUILD
index a719fc0550d4..9e838e627409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=alibuild
-pkgver=1.8.3.rc1
+pkgver=1.8.4
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=('011e99bc8674978e806c9fbb5c9866347e406ce3a7ec4b4fb9d4795652fbadfa')
+sha256sums=('c2e2ac2a6418bf2f42d945a051ab56bd0aeb126fff8d75980fac310ee836384e')
check() {
cd "$srcdir/$pkgname-$pkgver"