diff options
-rw-r--r-- | community/php7-pecl-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch (renamed from testing/php7-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch) | 0 | ||||
-rw-r--r-- | community/php7-pecl-msgpack/APKBUILD (renamed from testing/php7-msgpack/APKBUILD) | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/testing/php7-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch b/community/php7-pecl-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch index 49068139f9..49068139f9 100644 --- a/testing/php7-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch +++ b/community/php7-pecl-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch diff --git a/testing/php7-msgpack/APKBUILD b/community/php7-pecl-msgpack/APKBUILD index 5f53f1f98d..57f0047089 100644 --- a/testing/php7-msgpack/APKBUILD +++ b/community/php7-pecl-msgpack/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Fabio Ribeiro <fabiorphp@gmail.com> # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> -pkgname=php7-msgpack +pkgname=php7-pecl-msgpack _pkgreal=msgpack pkgver=2.0.3 pkgrel=1 @@ -15,6 +15,8 @@ source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz " # Patch skips broken tests https://github.com/msgpack/msgpack-php/issues/123 builddir="$srcdir"/$_pkgreal-$pkgver +provides="php7-msgpack=$pkgver-r$pkgrel" # for backward compatibility +replaces="php7-msgpack" # for backward compatibility build() { cd "$builddir" |