summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-05-08 18:51:27 +0200
committerMarco Rubin2023-05-08 18:51:27 +0200
commit711831402bed1483e063dcbd79f3e5dcf5c68bcb (patch)
tree71aafca14903c01f741e39d3f9a3bfecef91b3ed
parentc1793a74b8455c2e51fb1463052d3fdf3c54e572 (diff)
downloadaur-711831402bed1483e063dcbd79f3e5dcf5c68bcb.tar.gz
Fixed directory name in tmpfiles.conf
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ddba332143..a265c89d5e1e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = singularity-ce
pkgdesc = An open source container platform designed to be simple, fast, and secure.
pkgver = 3.11.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sylabs/singularity
arch = x86_64
license = GPL2
@@ -30,6 +30,6 @@ pkgbase = singularity-ce
source = https://github.com/sylabs/singularity/releases/download/v3.11.3/singularity-ce-3.11.3.tar.gz
source = tmpfiles.conf
b2sums = e4c9393bcfaf0a36b0723a7721b2584ab3550ebc95c3f7b95766f6c7cc597d08a3cdc32ddafed757ab659e4c23c1ab0f6144bf4035fdc795834702a11a5b1295
- b2sums = 4d4386ca622fdf5f7c9ac23fd8dd5b18592b27b246478f3755262aceb758e52f1a9ff5d63ef76701b31fd6b7d91ef3978d9a35bc14e6478baee08add6a404891
+ b2sums = 97226e92c3ae887c4e33561fddf60887c395b02a8aee11be78c28fc909df597ed806dd11cdbde00b22452ddeeff04f1ed94d45bb5330b1b38449f6f829f42385
pkgname = singularity-ce
diff --git a/PKGBUILD b/PKGBUILD
index ee083bfe3618..bed20e032afc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=singularity-ce
pkgver=3.11.3
-pkgrel=2
+pkgrel=3
pkgdesc='An open source container platform designed to be simple, fast, and secure.'
arch=(x86_64)
url='https://github.com/sylabs/singularity'
@@ -31,7 +31,7 @@ conflicts=('singularity-container')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
'tmpfiles.conf')
b2sums=('e4c9393bcfaf0a36b0723a7721b2584ab3550ebc95c3f7b95766f6c7cc597d08a3cdc32ddafed757ab659e4c23c1ab0f6144bf4035fdc795834702a11a5b1295'
- '4d4386ca622fdf5f7c9ac23fd8dd5b18592b27b246478f3755262aceb758e52f1a9ff5d63ef76701b31fd6b7d91ef3978d9a35bc14e6478baee08add6a404891')
+ '97226e92c3ae887c4e33561fddf60887c395b02a8aee11be78c28fc909df597ed806dd11cdbde00b22452ddeeff04f1ed94d45bb5330b1b38449f6f829f42385')
prepare() {
cd $pkgname-$pkgver
@@ -60,7 +60,6 @@ build() {
--sysconfdir="/etc" \
--localstatedir="/var/lib" \
--reproducible
-
make -C builddir
}