mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 02:47:17 +08:00
netctl: added missing provides/replaces/conflicts with netcfg
This commit is contained in:
parent
3b618a26eb
commit
412df8e226
@ -2,11 +2,12 @@
|
||||
|
||||
pkgname=netctl
|
||||
pkgver=1.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Profile based systemd network management'
|
||||
url='http://projects.archlinux.org/netctl.git/'
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
arch=('x86_64')
|
||||
depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
|
||||
# The source tarball includes pre-built (using asciidoc) documentation.
|
||||
makedepends=('pkg-config')
|
||||
@ -18,9 +19,11 @@ optdepends=('dialog: for the menu based wifi assistant'
|
||||
'wpa_actiond: for automatic wireless connections through netctl-auto'
|
||||
'ppp: for PPP connections'
|
||||
'openvswitch: for Open vSwitch connections')
|
||||
provides=('netcfg')
|
||||
replaces=('netcfg')
|
||||
conflicts=('netcfg')
|
||||
source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz)
|
||||
# 0001-Redirect-wpa_supplicant-output-in-wpa_start-closes-1.patch)
|
||||
arch=('x86_64')
|
||||
md5sums=('15e9b126fd15efe4fc814fa18623d76e')
|
||||
# '9ed06138ec001be186ef07a1725a4f34')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user