summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2021-01-30 12:52:57 +0530
committerAmish2021-01-30 12:52:57 +0530
commit5ebda79ec85c281da574b489adc1a53b529c109b (patch)
tree4c77fabb119d513570fb58bd700852070d2dda60 /PKGBUILD
parent5da1a4ad968b5f6962d1d3711f8eac7ade2a9e22 (diff)
downloadaur-5ebda79ec85c281da574b489adc1a53b529c109b.tar.gz
Update to 2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cb4128e8dda..6294fac9a56b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Amish <contact at via dot aur>
pkgname=php-pam
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
pkgdesc="This extension provides PAM (Pluggable Authentication Modules) integration in PHP."
arch=('i686' 'x86_64')
url="https://github.com/amishmm/php-pam"
@@ -11,7 +11,7 @@ license=('PHP')
depends=('php>=7.2.0' 'pam' 'php-pear')
makedepends=('autoconf')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amishmm/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('1447b595f929bb7a9da096573980bc65')
+md5sums=('dc750d46f942846388e1aef17cd3a99e')
backup=('etc/pam.d/php')
build() {