diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/php7-pecl-inotify/APKBUILD (renamed from testing/php7-inotify/APKBUILD) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/php7-inotify/APKBUILD b/testing/php7-pecl-inotify/APKBUILD index e1ef7a9d0a..7a940bb6d4 100644 --- a/testing/php7-inotify/APKBUILD +++ b/testing/php7-pecl-inotify/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Fabio Ribeiro <fabiorphp@gmail.com> # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> -pkgname=php7-inotify +pkgname=php7-pecl-inotify _pkgreal=inotify pkgver=2.0.0 _pkgver=${pkgver} -pkgrel=4 +pkgrel=5 pkgdesc="Inotify bindings for PHP" url="https://pecl.php.net/package/$_pkgreal" arch="all" @@ -13,6 +13,8 @@ depends="" makedepends="php7-dev autoconf" source="https://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" builddir="$srcdir"/$_pkgreal-$_pkgver +provides="php7-inotify=$pkgver-r$pkgrel" # for backward compatibility +replaces="php7-inotify" # for backward compatibility build() { cd "$builddir" |
