diff options
| author | Andy Postnikov <apostnikov@gmail.com> | 2019-03-27 16:05:15 +0200 |
|---|---|---|
| committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-19 02:17:17 +0300 |
| commit | 2efd1babc8cad782b5ae883dbe9cf14b2d4e086b (patch) | |
| tree | 53d146a0aa8a6c65da9ac323562b2891e474643b /testing | |
| parent | 8a4ebe281981bbdb4d8496758530b068177f3077 (diff) | |
| download | aports-2efd1babc8cad782b5ae883dbe9cf14b2d4e086b.tar.bz2 aports-2efd1babc8cad782b5ae883dbe9cf14b2d4e086b.tar.xz | |
testing/php7-pecl-stats: moved from testing/php7-stats
Diffstat (limited to 'testing')
| -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" |
