summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Galeotti2016-02-04 17:31:30 -0300
committerBruno Galeotti2016-02-04 17:31:30 -0300
commit81df08e6d46fbdde1061f970343e033d99492b13 (patch)
tree8f609ef2d1aaae8d9bab8dc8cc7c25cc3e19ba03 /PKGBUILD
parentac24c19b3638a06db182d9104818fb75198d212f (diff)
parent03cabbdcddaf1728b1ce1abf765fdf69053fe26b (diff)
downloadaur-81df08e6d46fbdde1061f970343e033d99492b13.tar.gz
Merge branch '2.0.0'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 679d2c8d7b25..8ac8c014966b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=php-inotify
-pkgver=0.1.6
+pkgver=2.0.0
pkgrel=1
-pkgdesc="The inotify extension allows to use inotify functions in a PHP script."
+pkgdesc="Inotify bindings for PHP 5 and PHP 7."
arch=('i686' 'x86_64')
url="http://pecl.php.net/package/inotify"
license=('PHP')
depends=('php')
backup=('etc/php/conf.d/inotify.ini')
source=(http://pecl.php.net/get/inotify-$pkgver.tgz)
-sha256sums=('979f80a25d4eb0de282617ffc0df46f07346a8383f310b9b943e48992e5b494e')
+sha256sums=('d044a89d26bbaa110f34f182b1c92ab5eb09768096bacf3d837d7e49ac045107')
build() {
cd "$srcdir/inotify-$pkgver"