diff options
-rw-r--r-- | community/php7-pecl-oauth/APKBUILD | 4 |
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 |