diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-10-19 21:49:49 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-10-19 21:49:49 +0200 |
commit | 0432462dd42d00b6bb9fd7d468ceec581407c65d (patch) | |
tree | 1f1eecd32791b1b8fba04ca95e512141f7f2a757 | |
parent | 6b9a6ff6566727878353ab88c26859c28ab7ce49 (diff) |
python-async: Use correct description.
-rw-r--r-- | python-async/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-async/PKGBUILD b/python-async/PKGBUILD index a529c60..e79125b 100644 --- a/python-async/PKGBUILD +++ b/python-async/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-async pkgver=0.6.1 pkgrel=1 -pkgdesc="IO of git-style object databases" +pkgdesc="Async aims to make writing asyncronous processing easier." arch=(i686 x86_64) url="http://pypi.python.org/pypi/async" license=('BSD') |