summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera Micó2024-01-09 21:18:58 +0000
committerJoan Bruguera Micó2024-01-09 21:18:58 +0000
commit3748104cf5b314478b6956a23907bd45e8bbdc33 (patch)
tree5e14cc4b35797c7b74b63f75bbb8f5af2f8abfba
parent88b46dfe3ed95f1ef673845d0c3ad6194c9fbcc8 (diff)
downloadaur-3748104cf5b314478b6956a23907bd45e8bbdc33.tar.gz
Remove obsolete libseccomp repositories.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47eb64aa2c5a..1adac88bc105 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 = r1722.b7f3457
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nestybox/sysbox
install = install.sh
arch = x86_64
@@ -23,8 +23,6 @@ pkgbase = sysbox-ce-git
source = git+https://github.com/nestybox/fuse.git
source = git+https://github.com/nestybox/sysbox-ipc.git
source = git+https://github.com/nestybox/sysbox-libs.git
- source = git+https://github.com/nestybox/libseccomp.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-pkgr.git
source = git+https://github.com/nestybox/sysbox-runc.git
@@ -38,8 +36,6 @@ pkgbase = sysbox-ce-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
sha256sums = 5264ed0c448868083a9f1bedc2846d744c9ea90e58f8555c50bbc155008512e5
pkgname = sysbox-ce-git
diff --git a/PKGBUILD b/PKGBUILD
index 23c4e23e877b..c9d39ad41124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=sysbox-ce-git
pkgver=r1722.b7f3457
-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')
@@ -12,13 +12,11 @@ source=("git+https://github.com/nestybox/sysbox.git"
"git+https://github.com/nestybox/fuse.git"
"git+https://github.com/nestybox/sysbox-ipc.git"
"git+https://github.com/nestybox/sysbox-libs.git"
- "git+https://github.com/nestybox/libseccomp.git"
- "git+https://github.com/nestybox/libseccomp-golang.git"
"git+https://github.com/nestybox/sysbox-mgr.git"
"git+https://github.com/nestybox/sysbox-pkgr.git"
"git+https://github.com/nestybox/sysbox-runc.git"
Honor-SOURCE_DATE_EPOCH-for-reproducible-builds.patch)
-sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
+sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
5264ed0c448868083a9f1bedc2846d744c9ea90e58f8555c50bbc155008512e5)
install=install.sh
provides=('sysbox-ce')
@@ -51,8 +49,6 @@ prepare() {
git -C sysbox/sysbox-fs -c protocol.file.allow=always submodule update
git -C sysbox/sysbox-libs submodule init
- git -C sysbox/sysbox-libs config submodule.libseccomp.url "$srcdir/libseccomp"
- git -C sysbox/sysbox-libs config submodule.libseccomp-golang.url "$srcdir/libseccomp-golang"
git -C sysbox/sysbox-libs -c protocol.file.allow=always submodule update
# Migrate to the new protoc-gen-go-grpc generator. Set require_unimplemented_servers=false for compatibility: