mirror of
https://github.com/0intro/wmii
synced 2024-11-21 13:22:51 +03:00
[arch] Fix pkgdesc for pyxp/pygmi.
This commit is contained in:
parent
24fc6e7271
commit
116fdc62b4
2
PKGBUILD
2
PKGBUILD
@ -40,12 +40,14 @@ package_wmii-hg() {
|
||||
}
|
||||
|
||||
package_python-pyxp-hg() {
|
||||
pkgdesc="Python 9P client library"
|
||||
arch=(any)
|
||||
depends=(python)
|
||||
_make -C alternative_wmiircs/python pyclean pyxp.install
|
||||
}
|
||||
|
||||
package_python-pygmi-hg() {
|
||||
pkgdesc="Python wmii interaction library"
|
||||
arch=(any)
|
||||
depends=(python-pyxp-hg)
|
||||
_make -C alternative_wmiircs/python pyclean pygmi.install
|
||||
|
Loading…
Reference in New Issue
Block a user