diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:40:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 12:00:37 +0000 |
commit | 79c371ac11e9f1538e1bf9b15c1e669ba9fe2e23 (patch) | |
tree | 332ce7babdc9aefd1a48d31c41cff41a3d2cc2d6 | |
parent | ba6ae423318b36ff6226ba69d0ec15318cfaef09 (diff) | |
download | aports-79c371ac11e9f1538e1bf9b15c1e669ba9fe2e23.tar.bz2 aports-79c371ac11e9f1538e1bf9b15c1e669ba9fe2e23.tar.xz |
testing/php7-pecl-inotify: rebuild against php 7.3
-rw-r--r-- | testing/php7-pecl-inotify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-pecl-inotify/APKBUILD b/testing/php7-pecl-inotify/APKBUILD index 7a940bb6d4..f626127d3e 100644 --- a/testing/php7-pecl-inotify/APKBUILD +++ b/testing/php7-pecl-inotify/APKBUILD @@ -4,7 +4,7 @@ pkgname=php7-pecl-inotify _pkgreal=inotify pkgver=2.0.0 _pkgver=${pkgver} -pkgrel=5 +pkgrel=6 pkgdesc="Inotify bindings for PHP" url="https://pecl.php.net/package/$_pkgreal" arch="all" |