Commit 36471a41 authored by Seblu's avatar Seblu
Browse files

base-seblu: update

Remove conflict with net-tools (depends of networkmanager)
Add conflicts with old packages
parent 20ece805
Loading
Loading
Loading
Loading
+26 −2
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer <seblu@archlinux.org>

pkgname=base-seblu
pkgver=$(date +%Y%m%d)
pkgver=2013.02.10
pkgrel=1
pkgdesc='Provide depends on minimal seblu hosts packages'
arch=('any')
@@ -11,22 +11,35 @@ license=('GPL2')
package() {
  depends=(
arptables
bash
bash-completion
bridge-utils
conntrack-tools
dmidecode
dnsutils
dstat
ebtables
ethtool
fcron
ferm
figlet
git
glances
gptfdisk
hddtemp
hdparm
hping
htop
iftop
iftop
ipcalc
iperf
iperf
ipset
iptraf-ng
iptstate
iw
links
lm_sensors
lshw
lsof
@@ -34,26 +47,37 @@ lsscsi
ltrace
most
munin-node
ndisc6
netperf
nload
ntp
openssh
openvpn
parted
pv
pwgen
rsync
rsync
screen
sdparm
smartmontools
strace
subversion
sudo
tcpdump
traceroute
tree
vi-killer
vim
wget
zsh
  )
  conflicts=(
net-tools
consolekit
initscripts
systemd-arch-units
sysvinit
tcp_wrappers
  )
}