Date: Monday, January 30, 2023 @ 00:33:25
  Author: blakkheim
Revision: 1391182

archrelease: copy trunk to community-any

Added:
  kconfig-hardened-check/repos/community-any/PKGBUILD
    (from rev 1391181, kconfig-hardened-check/trunk/PKGBUILD)
Deleted:
  kconfig-hardened-check/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-30 00:32:54 UTC (rev 1391181)
+++ PKGBUILD    2023-01-30 00:33:25 UTC (rev 1391182)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=kconfig-hardened-check
-pkgver=0.5.17
-pkgrel=1
-pkgdesc='Tool for checking the security hardening options of the Linux kernel'
-url="https://github.com/a13xp0p0v/kconfig-hardened-check";
-arch=(any)
-license=(GPL3)
-depends=(python)
-makedepends=(python-setuptools python-build python-installer python-wheel)
-source=(https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('1bd47dc7a3ab38ac87496d7af31d7cbd301b44e455c3c55df1333e4c3e2e2abd')
-b2sums=('4cc1212fa98742cd195e6ea2e0d1804f7b5ac98357723db88956d9c48813e2c2c3a8215c284e9a9cd5a44f6555f68532d06f047345f106ab0f99e7cd7109d770')
-
-build() {
-  cd "$pkgname-$pkgver"
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm 644 README.md -t "$pkgdir/usr/share/docs/$pkgname"
-}

Copied: kconfig-hardened-check/repos/community-any/PKGBUILD (from rev 1391181, 
kconfig-hardened-check/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-30 00:33:25 UTC (rev 1391182)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+# Maintainer: T.J. Townsend <[email protected]>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=kconfig-hardened-check
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Tool for checking the security hardening options of the Linux kernel'
+url="https://github.com/a13xp0p0v/kconfig-hardened-check";
+arch=(any)
+license=(GPL3)
+depends=(python)
+makedepends=(python-setuptools python-build python-installer python-wheel)
+source=(https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('dd5409b865d062a19e225a60c40df03c02a3dee75220e954029e3ba601406f65')
+b2sums=('6d464cdfb604cb8f00399c3d2a1285f2c149832e4f51e4be2b8c2e567137dce6848831adebbf8d1593013fabdcf3fd3bc060024c2c7210f620639cd84fd5816e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 README.md -t "$pkgdir/usr/share/docs/$pkgname"
+}

Reply via email to