summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorczk2018-05-20 11:38:15 +0200
committerczk2018-05-20 11:38:15 +0200
commitba7cf791c68882834fb6b17a47b122e83d0c5159 (patch)
tree83054c79582626cce952e9238dc7cb2da2706ead /PKGBUILD
parent399696ad85009479e69a6eca8bab064f92b441f3 (diff)
downloadaur-ba7cf791c68882834fb6b17a47b122e83d0c5159.tar.gz
2.5.1 release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18c0b8d7dea9..8110702f5a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Maciej Sieczka <msieczka at sieczka dot org>
pkgname='singularity-container'
-pkgver='2.4.6'
+pkgver='2.5.1'
pkgrel='1'
pkgdesc='Container platform focused on supporting "Mobility of Compute".'
arch=('i686' 'x86_64')
url='http://singularity.lbl.gov'
license=('BSD')
-depends=('bash' 'python' 'squashfs-tools')
+depends=('bash' 'libarchive' 'python' 'squashfs-tools')
source=("https://github.com/singularityware/singularity/releases/download/${pkgver}/singularity-${pkgver}.tar.gz")
-md5sums=('30446f20ac880e2dfc7a856aee8cb52e')
+md5sums=('28be3307f4fdc5701bf728855d68f6b0')
build() {
cd "${srcdir}/singularity-${pkgver}"