From 00a15df126d6399cce75c88b269c279b836d6451 Mon Sep 17 00:00:00 2001 From: Alexpux Date: Wed, 2 Jul 2014 13:32:56 +0400 Subject: [PATCH] libxslt: Fix package dependencies. --- libxslt/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libxslt/PKGBUILD b/libxslt/PKGBUILD index 444d5352..3ca9475a 100644 --- a/libxslt/PKGBUILD +++ b/libxslt/PKGBUILD @@ -2,7 +2,7 @@ pkgname=('libxslt' 'libxslt-devel' 'libxslt-python') pkgver=1.1.28 -pkgrel=4 +pkgrel=5 pkgdesc="XML stylesheet transformation library" arch=('i686' 'x86_64') url="http://xmlsoft.org/XSLT/" @@ -90,6 +90,7 @@ package_libxslt-python() { groups=('python-modules') options=('staticlibs') install=libxslt-python.install + depends=("libxslt=${pkgver}" 'python2') mkdir -p ${pkgdir}/${PYTHON_SITELIB} mkdir -p ${pkgdir}/usr/share/doc