summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoroli2016-04-03 01:18:19 +0200
committeroli2016-04-03 01:18:19 +0200
commit0b02e233a4b45436f099b153ab5d204b09e5b14d (patch)
treecf621c0300615551138a4df73b0f69acfe54c15d /PKGBUILD
parent68a5353945449087c9a9e7bce72e93834a5d5fbc (diff)
downloadaur-pear-net-ldap2.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad07e74594d4..985691fcc78f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Object oriented interface for searching and manipulating LDAP-entries"
url=http://pear.php.net/package/$_pkgname
arch=('any')
license=('PHP')
-depends=('php-ldap php-pear')
+depends=('php-ldap' 'php-pear')
source=(http://download.pear.php.net/package/$_pkgname-$pkgver.tgz)
noextract=($_pkgname-$pkgver.tgz)
sha1sums=('4a66bc4d7d78d84e9aaa1bc16e7d2424923de05f')