Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
[arch] Fix pkgdesc for pyxp/pygmi.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Maglione committed Jul 7, 2010
1 parent 24fc6e7 commit 116fdc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PKGBUILD
Expand Up @@ -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
Expand Down

0 comments on commit 116fdc6

Please sign in to comment.