summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python_aosd
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/python_modules/python_aosd')
-rw-r--r--abs/core/python_modules/python_aosd/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/python_modules/python_aosd/PKGBUILD b/abs/core/python_modules/python_aosd/PKGBUILD
index 35af3d7..309aca6 100644
--- a/abs/core/python_modules/python_aosd/PKGBUILD
+++ b/abs/core/python_modules/python_aosd/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="Python binding for libaosd_ an on screen display (OSD) library"
arch=(any)
url="http://code.google.com/p/python-aosd/"
license=('GPL')
-depends=('python2' 'cython2' 'libaosd' 'pyrex' 'pycairo')
+depends=('python2' 'cython2' 'libaosd' 'pyrex' 'python2-cairo')
source=(http://python-aosd.googlecode.com/files/python-aosd-${pkgver}.tar.gz)
build() {