summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2018-12-30 13:31:36 +0530
committerAmish2018-12-30 13:31:36 +0530
commit00977cf809229af7dc9de484aa205081f40b2896 (patch)
treebedd97b790d1632b94b1ec59dbb41fd906d5c8f6 /PKGBUILD
parentb8413316f8e5b434044160d01c4f15c9dcc408f3 (diff)
downloadaur-00977cf809229af7dc9de484aa205081f40b2896.tar.gz
Update to 2.1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a59c777b6265..f0e191c55b78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Amish <contact at via dot aur>
pkgname=php-pam
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+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=('0182234a17611e79f537c0b16927fe8e')
+md5sums=('1447b595f929bb7a9da096573980bc65')
backup=('etc/pam.d/php')
build() {