diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:34:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:37:52 +0000 |
commit | c65fe27f5a4c3fe797fade1ccc5a707b1bee14b7 (patch) | |
tree | 235efb848cb90c3dd541566b14cd1759b143c684 | |
parent | 0f2eca523630d03ad42b7fbb3ea7a9e9cdfdc324 (diff) | |
download | aports-c65fe27f5a4c3fe797fade1ccc5a707b1bee14b7.tar.bz2 aports-c65fe27f5a4c3fe797fade1ccc5a707b1bee14b7.tar.xz |
community/php7-pecl-protobuf: rebuild against php 7.3
-rw-r--r-- | community/php7-pecl-protobuf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-pecl-protobuf/APKBUILD b/community/php7-pecl-protobuf/APKBUILD index 0222b582d1..987eb87712 100644 --- a/community/php7-pecl-protobuf/APKBUILD +++ b/community/php7-pecl-protobuf/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-pecl-protobuf _pkgreal=protobuf pkgver=3.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="PHP7 extension: Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data." url="https://pecl.php.net/package/protobuf" arch="all" |