--- PKGBUILD.old 2010-10-14 10:40:34.000000000 +0200 +++ PKGBUILD 2010-10-14 10:41:54.000000000 +0200 @@ -11,7 +11,7 @@ depends=("libx11" "libxinerama" "libxrandr" "libxft") makedepends=("mercurial" "txt2tags" "libixp-hg") optdepends=("plan9port: for use of the alternative plan9port wmiirc" \ - "python: for use of the alternative Python wmiirc" \ + "python2: for use of the alternative Python wmiirc" \ "ruby-rumai: for use of the alternative Ruby wmiirc") provides=("wmii") conflicts=("wmii") @@ -24,7 +24,7 @@ build() { cd ${srcdir}/${_hgrepo} - _flags=("PREFIX=/usr" "ETC=/etc" "DESTDIR=${pkgdir}") + _flags=("PREFIX=/usr" "ETC=/etc" "DESTDIR=${pkgdir}" "PYTHON=python2") make ${_flags[@]} all || return 1 make ${_flags[@]} install || return 1