summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2021-03-11 15:47:07 -0800
committerDonald Webster2021-03-11 15:47:50 -0800
commitf9bd545bcb349ef7991f5bd820eb6e8215dce16e (patch)
tree88375988a7d7629f81385a251880f7253519636e /PKGBUILD
parent81df08e6d46fbdde1061f970343e033d99492b13 (diff)
downloadaur-php-inotify.tar.gz
Update to v3.0.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ac8c014966b..a52089f6f64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=php-inotify
-pkgver=2.0.0
+pkgver=3.0.0
pkgrel=1
pkgdesc="Inotify bindings for PHP 5 and PHP 7."
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('PHP')
depends=('php')
backup=('etc/php/conf.d/inotify.ini')
source=(http://pecl.php.net/get/inotify-$pkgver.tgz)
-sha256sums=('d044a89d26bbaa110f34f182b1c92ab5eb09768096bacf3d837d7e49ac045107')
+sha256sums=('c71b78644c0115579cc794f58e78441441751d78040b9d9d1a223d3e9c2d723d')
build() {
cd "$srcdir/inotify-$pkgver"