summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera Micó2023-04-08 13:32:34 +0000
committerJoan Bruguera Micó2023-04-08 13:32:34 +0000
commitcbfa2bbb8ac7bad813a0abb13cccaf77c4459eb3 (patch)
treeda53d5da048afc20d2aed1dda6f7f85ca2c3c709
parent3a46fc6df124ced0097556a9a0ddd78db5b01787 (diff)
downloadaur-cbfa2bbb8ac7bad813a0abb13cccaf77c4459eb3.tar.gz
Update miscfiles to 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 400c1e67c864..5a0e48f4374a 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 = r1598.4fa4718
+ pkgver = r1680.c40786b
pkgrel = 1
url = https://github.com/nestybox/sysbox
install = install.sh
@@ -17,7 +17,7 @@ pkgbase = sysbox-ce-git
optdepends = shiftfs: For uid-mapping on very old kernels without idmapped-mounts
provides = sysbox-ce
conflicts = sysbox-ce
- source = https://downloads.nestybox.com/sysbox/releases/v0.5.2/sysbox-ce_0.5.2-0.linux_amd64.deb
+ source = https://downloads.nestybox.com/sysbox/releases/v0.6.1/sysbox-ce_0.6.1-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 = f13fc0e156f72c6f8bd48e206c59482f83f19acc229701c74e0f23baafa724d8
+ sha256sums = d57dc297c60902d4f7316e4f641af00a2a9424e24dde88bb2bb7d3bc419b0f04
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1da099ddd678..f9f109fe58b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=sysbox-ce-git
-pkgver=r1598.4fa4718
-miscfiles_pkgver=0.5.2
+pkgver=r1680.c40786b
+miscfiles_pkgver=0.6.1
pkgrel=1
pkgdesc="Container runtime with VM-like isolation (run Systemd, Docker, K8s in containers)"
url="https://github.com/nestybox/sysbox"
@@ -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=('f13fc0e156f72c6f8bd48e206c59482f83f19acc229701c74e0f23baafa724d8'
+sha256sums=('d57dc297c60902d4f7316e4f641af00a2a9424e24dde88bb2bb7d3bc419b0f04'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
install=install.sh
provides=('sysbox-ce')
@@ -79,7 +79,6 @@ package() {
make -C sysbox DESTDIR="${pkgdir}/usr/bin" install
cd "data"
- (cd usr/lib/modules-load.d && find . -type f -exec install -Dm644 "{}" "${pkgdir}/usr/lib/modules-load.d/{}" \; )
(cd lib/sysctl.d && find . -type f -exec install -Dm644 "{}" "${pkgdir}/usr/lib/sysctl.d/{}" \; )
(cd lib/systemd && find . -type f -exec install -Dm644 "{}" "${pkgdir}/usr/lib/systemd/{}" \; )
(cd usr/share/doc && find . -type f -exec install -Dm644 "{}" "${pkgdir}/usr/share/doc/{}" \; )