Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
ceccomp


Commits:
29bcfe96 by Levente Polyak at 2026-02-13T23:50:44+01:00
chore: simple style retouch to align with the rest of the packages

- - - - -
ca9c8dc7 by Levente Polyak at 2026-02-13T23:52:00+01:00
upgpkg: 4.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,18 @@
 pkgbase = ceccomp
        pkgdesc = A C-based seccomp analysis tool
        pkgver = 4.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/dbgbgtf1/Ceccomp
        arch = x86_64
        license = GPL-3.0-or-later
        checkdepends = python-pytest
        makedepends = asciidoctor
-       makedepends = python
+       makedepends = gettext
        makedepends = git
+       makedepends = python
        makedepends = util-linux
-       makedepends = gettext
-       depends = libseccomp
        depends = glibc
+       depends = libseccomp
        source = 
ceccomp::git+https://github.com/dbgbgtf1/Ceccomp.git#tag=v4.0?signed
        validpgpkeys = 0816A179BB09248F30468BD6542A0969B5CEDCDB
        validpgpkeys = A7ACCC386C15E3C554D34B3EAB08F98092A456BB


=====================================
PKGBUILD
=====================================
@@ -2,53 +2,55 @@
 # Maintainer: RocketDev <[email protected]>
 pkgname=ceccomp
 pkgver=4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C-based seccomp analysis tool"
 arch=(x86_64)
 url="https://github.com/dbgbgtf1/Ceccomp";
-license=('GPL-3.0-or-later')
+license=(GPL-3.0-or-later)
 depends=(
-    libseccomp
-    glibc
+  glibc
+  libseccomp
 )
 makedepends=(
-    asciidoctor # for doc generation
-    python # for configure
-    git
-    util-linux # for flock to display a progress
-    gettext # for i18n/l10n
+  asciidoctor # for doc generation
+  gettext # for i18n/l10n
+  git
+  python # for configure
+  util-linux # for flock to display a progress
 )
 checkdepends=(
-    python-pytest
+  python-pytest
 )
 
 
source=("$pkgname"::git+https://github.com/dbgbgtf1/Ceccomp.git#tag=v${pkgver}?signed)
 
b2sums=('178eaf32b6d1a17ed55ab00cc986ef3b7e7709fec86b3e1b17853f619a4ed9c37a5dba890ed4f33d95e102814c40465555ed0f7013eafe2e282d42edc3db8abe')
 
 validpgpkeys=(
-    '0816A179BB09248F30468BD6542A0969B5CEDCDB' # dbgbgtf1 
<[email protected]>
-    'A7ACCC386C15E3C554D34B3EAB08F98092A456BB' # RocketDev 
<[email protected]>
+  '0816A179BB09248F30468BD6542A0969B5CEDCDB' # dbgbgtf1 
<[email protected]>
+  'A7ACCC386C15E3C554D34B3EAB08F98092A456BB' # RocketDev 
<[email protected]>
 )
 
 prepare() {
-    cd "$pkgname"
-    ./configure --destdir="$pkgdir" --packager="AUR Helper"
-    touch include/config.h # work around for 95c4c0e
-    make clean
+  cd "$pkgname"
+  ./configure --destdir="$pkgdir" --packager="Arch Linux"
+  touch include/config.h # work around for 95c4c0e
+  make clean
 }
 
 build() {
-    cd "$pkgname"
-    make
+  cd "$pkgname"
+  make
 }
 
 check() {
-    cd "$pkgname"
-    make test
-    python -m pytest test
+  cd "$pkgname"
+  make test
+  python -m pytest test
 }
 
 package() {
-    cd "$pkgname"
-    make install
+  cd "$pkgname"
+  make install
 }
+
+# vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ceccomp/-/compare/c1ee9a13a59a360cd7f0fcf6fc599409a21301f5...ca9c8dc73ff7351ba8cf26fc3565454fe3ec669a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ceccomp/-/compare/c1ee9a13a59a360cd7f0fcf6fc599409a21301f5...ca9c8dc73ff7351ba8cf26fc3565454fe3ec669a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to