summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2021-03-20 09:50:37 +0530
committerAmish2021-03-20 09:50:37 +0530
commit2a6141eafc0a35161ce87e896d33356b7c12e9af (patch)
tree10b0206ef06c111370d927a58c8bdd449229d035 /PKGBUILD
parent5ebda79ec85c281da574b489adc1a53b529c109b (diff)
downloadaur-2a6141eafc0a35161ce87e896d33356b7c12e9af.tar.gz
php-pear not required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6294fac9a56b..56e207e70294 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=php-pam
pkgver=2.2
-pkgrel=1
+pkgrel=2
pkgdesc="This extension provides PAM (Pluggable Authentication Modules) integration in PHP."
arch=('i686' 'x86_64')
url="https://github.com/amishmm/php-pam"
license=('PHP')
-depends=('php>=7.2.0' 'pam' 'php-pear')
+depends=('php>=7.2.0' 'pam')
makedepends=('autoconf')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amishmm/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('dc750d46f942846388e1aef17cd3a99e')