aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-pecl-oauth
diff options
context:
space:
mode:
authorSimon Frankenberger <simon@fraho.eu>2018-12-24 08:09:27 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-14 11:37:51 +0000
commitdd49d7145529677dcf4d57ac98a100452828e32b (patch)
tree976a9303baa93ce1b40e50d6fce83f4d13a44c58 /community/php7-pecl-oauth
parent8801640dac36e5796870ea81cad9ae68f3d7af86 (diff)
downloadaports-dd49d7145529677dcf4d57ac98a100452828e32b.tar.bz2
aports-dd49d7145529677dcf4d57ac98a100452828e32b.tar.xz
community/php7-pecl-oauth: Fix build against PHP 7.3
Diffstat (limited to 'community/php7-pecl-oauth')
-rw-r--r--community/php7-pecl-oauth/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pecl-oauth/APKBUILD b/community/php7-pecl-oauth/APKBUILD
index 6df4992158..97b1e66553 100644
--- a/community/php7-pecl-oauth/APKBUILD
+++ b/community/php7-pecl-oauth/APKBUILD
@@ -3,13 +3,13 @@
pkgname=php7-pecl-oauth
_pkgreal=oauth
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="OAuth is an authorization protocol built on top of HTTP."
url="https://pecl.php.net/package/oauth"
arch="all"
license="PHP"
depends="php7-common"
-makedepends="php7-dev autoconf pcre-dev curl-dev"
+makedepends="php7-dev autoconf re2c pcre2-dev curl-dev"
source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz"
builddir="$srcdir"/$_pkgreal-$pkgver
provides="php7-oauth=$pkgver-r$pkgrel" # for backward compatibility