Hey All,
When I execute pacman -Syu, pacman wants to "upgrade" the installed
wpa_supplicant 0.5.1-35 (my own package)to the version in current,
wpa_supplicant 0.4.7-2. I've attached the PKGBUILD of my wpa_supplicant
so you can see I'm not doing anything weird there.
I'm pretty new to Arch, so my initial thought was that maybe pacman
doesn't allow you to just replace packages with your own version, but
then again, this does not become apparent from using pacman -Syu.
You can work around this by stating IgnorePkg=wpa_supplicant in
pacman.conf, but this is obviously not the real solution.
Running pacman with verbose flag does not result in any additional
information.
Arch Linux 0.7.1, Pacman 2.9.8.
Bug report: http://bugs.archlinux.org/task/3987
Kind regards,
Rubin.
pkgname=wpa_supplicant
pkgver=0.5.1
pkgrel=35
pkgdesc="Utility providing key negotiation for WPA wireless networks"
depends=('openssl')
backup=('/etc/wpa_supplicant.conf')
url="http://hostap.epitest.fi/wpa_supplicant"
source=('http://hostap.epitest.fi/releases/wpa_supplicant-0.5.1.tar.gz'
'config')
md5sums=('d99349503945c4534c6f46d21dfe0ca3' '6b9f86d1ea696f235a278b2613942bba')
build() {
cd $startdir/src/$pkgname-$pkgver
cp ../config .config
sed -i 's@/usr/[EMAIL PROTECTED](PREFIX)@g' Makefile
make || return 1
make PREFIX=/usr DESTDIR=$startdir/pkg install ||
return 1
install -D -m644 wpa_supplicant.conf
$startdir/pkg/etc/wpa_supplicant.conf
}
_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch