summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-03-24 19:51:40 +0100
committerJoan Bruguera2022-03-24 19:52:54 +0100
commit6281465967fd28a6f8052c33471eb3e962078da7 (patch)
treea5d337a4d3eb7da7bd380154ce77cd19f40f6f1d
parentcf59c86d391231be21fef305eb607c05251cef15 (diff)
downloadaur-6281465967fd28a6f8052c33471eb3e962078da7.tar.gz
Updated v0.5.0 binaries from upstream (apparently only a change from .zst to .xz???)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5940e4043660..9192f6d2d155 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sysbox-ce-git
pkgdesc = Container runtime with VM-like isolation (run Systemd, Docker, K8s in containers)
pkgver = r1530.cf2cfe0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nestybox/sysbox
install = install.sh
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = sysbox-ce-git
source = git+https://github.com/nestybox/libseccomp-golang.git
source = git+https://github.com/nestybox/sysbox-mgr.git
source = git+https://github.com/nestybox/sysbox-runc.git
- sha256sums = 7fa83a4f3b83018ec3dcef1f547ef25a99645f6c6544276bfbf8831e63a092d7
+ sha256sums = eeacd9ae0e08ee5e5637e3b93e4f0cf78f20f9590ef2e7ab08347700682422f0
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 23b045452936..525c8b93230f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sysbox-ce-git
pkgver=r1530.cf2cfe0
miscfiles_pkgver=0.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="Container runtime with VM-like isolation (run Systemd, Docker, K8s in containers)"
url="https://github.com/nestybox/sysbox"
arch=('x86_64')
@@ -18,7 +18,7 @@ source=("https://downloads.nestybox.com/sysbox/releases/v${miscfiles_pkgver}/sys
"git+https://github.com/nestybox/libseccomp-golang.git"
"git+https://github.com/nestybox/sysbox-mgr.git"
"git+https://github.com/nestybox/sysbox-runc.git")
-sha256sums=('7fa83a4f3b83018ec3dcef1f547ef25a99645f6c6544276bfbf8831e63a092d7'
+sha256sums=('eeacd9ae0e08ee5e5637e3b93e4f0cf78f20f9590ef2e7ab08347700682422f0'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
install=install.sh
provides=('sysbox-ce')
@@ -56,7 +56,7 @@ prepare() {
# Get some non-binary files from the Debian package as they don't seem to be uploaded anywhere else
mkdir -p data
- tar xf data.tar.zst -C data
+ tar xf data.tar.xz -C data
}
build() {