summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2023-09-22 20:26:11 +0530
committerAmish2023-09-22 20:26:11 +0530
commitc41fb9e98179ac2de1a60a00c89af2688c60708c (patch)
tree71392477e430cbac2f1108d8a8c074263fba6f53 /PKGBUILD
parent0d94e1be926f0dad0810ed8f1a843414c95671c4 (diff)
downloadaur-c41fb9e98179ac2de1a60a00c89af2688c60708c.tar.gz
Update to 2.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2401a228af72..b3d0b30d346f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Amish <contact at via dot aur>
pkgname=php-pam
-pkgver=2.2.4
-pkgrel=3
+pkgver=2.2.5
+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')
makedepends=('autoconf')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amishmm/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('caed4eb5f84382b539960fe4ee6f5e2f69301e191ac79dc8c2dda87471489296')
+sha256sums=('55398d7c528328026a5a9f7ae42ebdff450f095a82388d7a7e022f18e8026904')
backup=('etc/pam.d/php')
build() {