* update netctl to 1.29-2

This commit is contained in:
Alexander Baldeck 2024-08-17 20:19:45 +02:00
parent 7882c56371
commit 1307933a35
3 changed files with 32 additions and 2 deletions

28
netctl/.SRCINFO Normal file
View File

@ -0,0 +1,28 @@
pkgbase = netctl
pkgdesc = Profile based systemd network management
pkgver = 1.29
pkgrel = 2
url = https://gitlab.archlinux.org/archlinux/netctl
install = netctl.install
arch = any
license = GPL
makedepends = pkg-config
depends = coreutils
depends = iproute2
depends = resolvconf
depends = systemd>=233
optdepends = dialog: for the menu based wifi assistant
optdepends = dhclient: for DHCP support (or dhcpcd)
optdepends = dhcpcd: for DHCP support (or dhclient)
optdepends = wpa_supplicant: for wireless networking support
optdepends = ifplugd: for automatic wired connections through netctl-ifplugd
optdepends = ppp: for PPP connections
optdepends = openvswitch: for Open vSwitch connections
optdepends = wireguard-tools: for WireGuard connections
source = https://sources.archlinux.org/other/packages/netctl/netctl-1.29.tar.xz
source = https://sources.archlinux.org/other/packages/netctl/netctl-1.29.tar.xz.sig
validpgpkeys = CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E
sha256sums = 27f91ad21a8fe8cb1e14b5a816580167da36e8ef056de40c87b3975d86b76932
sha256sums = SKIP
pkgname = netctl

3
netctl/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[netctl]
source = "git"
git = "https://gitlab.archlinux.org/archlinux/netctl.git"

View File

@ -1,9 +1,8 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jouke Witteveen <j.witteveen@gmail.com>
pkgname=netctl
pkgver=1.29
pkgrel=1
pkgrel=2
pkgdesc='Profile based systemd network management'
url='https://gitlab.archlinux.org/archlinux/netctl'
license=('GPL')