mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +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() {
|
package_python-pyxp-hg() {
|
||||||
|
pkgdesc="Python 9P client library"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
depends=(python)
|
depends=(python)
|
||||||
_make -C alternative_wmiircs/python pyclean pyxp.install
|
_make -C alternative_wmiircs/python pyclean pyxp.install
|
||||||
}
|
}
|
||||||
|
|
||||||
package_python-pygmi-hg() {
|
package_python-pygmi-hg() {
|
||||||
|
pkgdesc="Python wmii interaction library"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
depends=(python-pyxp-hg)
|
depends=(python-pyxp-hg)
|
||||||
_make -C alternative_wmiircs/python pyclean pygmi.install
|
_make -C alternative_wmiircs/python pyclean pygmi.install
|
||||||
|
Loading…
Reference in New Issue
Block a user