diff options
| -rw-r--r-- | testing/php7-pecl-stats/APKBUILD (renamed from testing/php7-stats/APKBUILD) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/php7-stats/APKBUILD b/testing/php7-pecl-stats/APKBUILD index ad58e8d2f8..3e28481f74 100644 --- a/testing/php7-stats/APKBUILD +++ b/testing/php7-pecl-stats/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Fabio Ribeiro <fabiorphp@gmail.com> # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> -pkgname=php7-stats +pkgname=php7-pecl-stats _pkgreal=stats pkgver=2.0.3 -pkgrel=6 +pkgrel=7 pkgdesc="Extension that provides few dozens routines for statistical computation." url="https://pecl.php.net/package/$_pkgreal" arch="all !s390x" # too many tests fails on s390x @@ -12,6 +12,8 @@ depends="" makedepends="php7-dev autoconf" source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz" builddir="$srcdir"/$_pkgreal-$pkgver +provides="php7-stats=$pkgver-r$pkgrel" # for backward compatibility +replaces="php7-stats" # for backward compatibility build() { cd "$builddir" |
