summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-09-21 10:40:48 +0200
committerMarco Rubin2023-09-21 10:40:48 +0200
commit07698f1fd32c72993a8ec44a8ea127ac96bd2447 (patch)
tree87790a82d1971fb4df4adfa3eb89ee2e0931e26c
parentb8988cd8d8a89aa4f8676ea8d2ea5185a1f4d1a8 (diff)
downloadaur-07698f1fd32c72993a8ec44a8ea127ac96bd2447.tar.gz
4.0.0
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD13
2 files changed, 5 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b732d5fb17b..d06e4cd46872 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = singularity-ce
pkgdesc = An open source container platform designed to be simple, fast, and secure.
- pkgver = 3.11.5
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/sylabs/singularity
arch = x86_64
@@ -27,9 +27,9 @@ pkgbase = singularity-ce
backup = etc/singularity/network/30_macvlan.conflist
backup = etc/singularity/network/40_fakeroot.conflist
backup = etc/singularity/seccomp-profiles/default.json
- source = https://github.com/sylabs/singularity/releases/download/v3.11.5/singularity-ce-3.11.5.tar.gz
+ source = https://github.com/sylabs/singularity/releases/download/v4.0.0/singularity-ce-4.0.0.tar.gz
source = tmpfiles.conf
- b2sums = 1ba332e6d8273181675cc664831c8cd8cf7e4e874a1431deefc06f3280b210a47fb0a405d78e09ee691784b948998ce7c48660d135abb1fa7a263891741c4aa3
+ b2sums = 04e0b07ab09adc0ad65c61b70e9162d64a46305e78b59a99f9dfe9d18058522ed3fef4e2c970654fe331e3964861e3cc567a3cd279efeba4d95717b352ec8320
b2sums = 97226e92c3ae887c4e33561fddf60887c395b02a8aee11be78c28fc909df597ed806dd11cdbde00b22452ddeeff04f1ed94d45bb5330b1b38449f6f829f42385
pkgname = singularity-ce
diff --git a/PKGBUILD b/PKGBUILD
index 03314dbbdc9a..da729f92a9b4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco Rubin <marco.rubin@protonmail.com>
pkgname=singularity-ce
-pkgver=3.11.5
+pkgver=4.0.0
pkgrel=1
pkgdesc='An open source container platform designed to be simple, fast, and secure.'
arch=(x86_64)
@@ -30,18 +30,9 @@ provides=('singularity-container')
conflicts=('singularity-container')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
'tmpfiles.conf')
-b2sums=('1ba332e6d8273181675cc664831c8cd8cf7e4e874a1431deefc06f3280b210a47fb0a405d78e09ee691784b948998ce7c48660d135abb1fa7a263891741c4aa3'
+b2sums=('04e0b07ab09adc0ad65c61b70e9162d64a46305e78b59a99f9dfe9d18058522ed3fef4e2c970654fe331e3964861e3cc567a3cd279efeba4d95717b352ec8320'
'97226e92c3ae887c4e33561fddf60887c395b02a8aee11be78c28fc909df597ed806dd11cdbde00b22452ddeeff04f1ed94d45bb5330b1b38449f6f829f42385')
-prepare() {
- cd $pkgname-$pkgver
-
- # fix bash completion path
- sed -e "s|/etc/bash_completion.d|/usr/share/bash-completion/completions|" \
- -e "s|\$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|" \
- -i mlocal/frags/build_cli.mk
-}
-
build() {
cd $pkgname-$pkgver