summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2012-10-17 18:29:43 +0200
committerMassimiliano Torromeo2012-10-17 18:29:43 +0200
commita4330ccbb9c5c5a7adb4e48691f95a795c04ef6c (patch)
treec6aa01eef202ad4eb6d773318617826ae53d30b8
parent4a359cc9161f5afd4ed86b8c8617a192f2dfdc43 (diff)
downloadaur-a4330ccbb9c5c5a7adb4e48691f95a795c04ef6c.tar.gz
Fixed pam dependency for x86_64
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c5d64dcb34b..9ba6c947b031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgrel=1
pkgdesc="HP System Management Homepage"
arch=(i686 x86_64)
url="http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack"
-depends=(bash perl pam)
+depends=(bash perl)
groups=(hpproliant)
license=("CUSTOM")
options=(!strip)
[ $CARCH = "x86_64" ] \
- && depends=(${depends[@]} lib32-glibc lib32-expat lib32-zlib) \
- || depends=(${depends[@]} expat zlib)
+ && depends=(${depends[@]} lib32-glibc lib32-expat lib32-zlib lib32-pam) \
+ || depends=(${depends[@]} expat zlib pam)
source=(http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHatEnterpriseServer/6.2/packages/i386/${pkgname}-${pkgver//_/-}.i386.rpm)