summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2023-09-22 20:39:53 +0530
committerAmish2023-09-22 20:39:53 +0530
commitb3a9d4280b5eb4a631e271fb08acab1d98baf2ec (patch)
treeca457bc2791cf0d3151ce5f0a1b21534a76e0945 /PKGBUILD
parentc41fb9e98179ac2de1a60a00c89af2688c60708c (diff)
downloadaur-b3a9d4280b5eb4a631e271fb08acab1d98baf2ec.tar.gz
Fix checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3d0b30d346f..cd81c0d858d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-pam
pkgver=2.2.5
-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"
@@ -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=('55398d7c528328026a5a9f7ae42ebdff450f095a82388d7a7e022f18e8026904')
+sha256sums=('1bfab7b9491b438f487123ad3fb01d444aecdbb58dadf0b05c6915dbda104b72')
backup=('etc/pam.d/php')
build() {