diff options
Diffstat (limited to 'main/libxcb/APKBUILD')
-rw-r--r-- | main/libxcb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD index 7e642f0077..572cc56050 100644 --- a/main/libxcb/APKBUILD +++ b/main/libxcb/APKBUILD @@ -9,7 +9,7 @@ license="custom" depends= subpackages="$pkgname-dev $pkgname-doc" depends_dev="libxau-dev xcb-proto" -makedepends="$depends_dev libxslt python libpthread-stubs libxdmcp-dev" +makedepends="$depends_dev libxslt python2 libpthread-stubs libxdmcp-dev" source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2 " |