summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-03-23 19:50:48 +0100
committerJoan Bruguera2022-03-23 19:54:26 +0100
commitc05cec2fb8a31d7d33a27bf2e19cd9c3ce58e28b (patch)
tree3995d38eb7bfd87ee4dc41668fef006a022c6d39
parent4a1f86460bd10e99a0710a8561017bf29ee8cd38 (diff)
downloadaur-c05cec2fb8a31d7d33a27bf2e19cd9c3ce58e28b.tar.gz
Update miscfiles to 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faab6a5af1dd..2dfd08ffb424 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sysbox-ce-git
pkgdesc = Container runtime with VM-like isolation (run Systemd, Docker, K8s in containers)
- pkgver = r1500.4c3c20b
+ pkgver = r1530.cf2cfe0
pkgrel = 1
url = https://github.com/nestybox/sysbox
install = install.sh
@@ -17,7 +17,7 @@ pkgbase = sysbox-ce-git
optdepends = shiftfs: Operation without userns-remap
provides = sysbox-ce
conflicts = sysbox-ce
- source = https://downloads.nestybox.com/sysbox/releases/v0.4.1/sysbox-ce_0.4.1-0.debian-buster_amd64.deb
+ source = https://downloads.nestybox.com/sysbox/releases/v0.5.0/sysbox-ce_0.5.0-0.linux_amd64.deb
source = git+https://github.com/nestybox/sysbox.git
source = git+https://github.com/nestybox/dockerfiles.git
source = git+https://github.com/nestybox/sysbox-fs.git
@@ -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 = bd96866b52821338a859586f5e5bbf6954d56181e9ef77ab0fb9d05127e9bf97
+ sha256sums = 7fa83a4f3b83018ec3dcef1f547ef25a99645f6c6544276bfbf8831e63a092d7
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 29914cef54de..6d2359322fb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=sysbox-ce-git
-pkgver=r1500.4c3c20b
-miscfiles_pkgver=0.4.1
+pkgver=r1530.cf2cfe0
+miscfiles_pkgver=0.5.0
pkgrel=1
pkgdesc="Container runtime with VM-like isolation (run Systemd, Docker, K8s in containers)"
url="https://github.com/nestybox/sysbox"
arch=('x86_64')
license=('Apache')
-source=("https://downloads.nestybox.com/sysbox/releases/v${miscfiles_pkgver}/sysbox-ce_${miscfiles_pkgver}-0.debian-buster_amd64.deb"
+source=("https://downloads.nestybox.com/sysbox/releases/v${miscfiles_pkgver}/sysbox-ce_${miscfiles_pkgver}-0.linux_amd64.deb"
"git+https://github.com/nestybox/sysbox.git"
"git+https://github.com/nestybox/dockerfiles.git"
"git+https://github.com/nestybox/sysbox-fs.git"
@@ -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=('bd96866b52821338a859586f5e5bbf6954d56181e9ef77ab0fb9d05127e9bf97'
+sha256sums=('7fa83a4f3b83018ec3dcef1f547ef25a99645f6c6544276bfbf8831e63a092d7'
'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.xz -C data
+ tar xf data.tar.zst -C data
}
build() {