Package Details: php-oauth 2.0.7-1

Git Clone URL: https://aur.archlinux.org/php-oauth.git (read-only, click to copy)
Package Base: php-oauth
Description: PHP extension to provide OAuth consumer and provider bindings.
Upstream URL: https://www.php.net/manual/en/intro.oauth.php
Licenses: BSD
Submitter: mtorromeo
Maintainer: mtorromeo
Last Packager: mtorromeo
Votes: 12
Popularity: 0.000000
First Submitted: 2014-02-25 14:24 (UTC)
Last Updated: 2021-03-23 15:20 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

J5lx commented on 2017-01-03 13:12 (UTC) (edited on 2017-01-03 13:13 (UTC) by J5lx)

Instead of copying files manually, you should use `make install INSTALL_ROOT="${pkgdir}"` to install php extensions. This will also install stuff like header files when extensions distribute them. It is also what most other php extension packages do, including the ones in the official repositories.

Eremiell commented on 2016-08-31 13:48 (UTC) (edited on 2016-08-31 13:55 (UTC) by Eremiell)

diff --git a/PKGBUILD b/PKGBUILD index 00bc7cb..9799498 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ pkgname=php-pecl-oauth -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc="PHP oauth consumer/provider extension" arch=('i686' 'x86_64') url="http://pecl.php.net/package/oauth" license=('BSD') -depends=('php>=5.3.2') +depends=('php>=7' 'php-pear>=1:1.4.0b1') backup=('etc/php/conf.d/oauth.ini') install=php-pecl-oauth.install source=("http://pecl.php.net/get/oauth-${pkgver}.tgz") -md5sums=('d8fb8bc415f1ccef01c728d45f8bd4fa') +sha512sums=('b7aa9459542ec390a5420127d75607702ae6df6254f4e39acb62d35c6a39b8b7990499c279df07ce681081e455b55219c51df42fd516321f317465badf6d459d') build() { cd "${srcdir}/oauth-${pkgver}"

sanduhrs commented on 2016-04-18 07:09 (UTC)

Find an updated package at https://github.com/sanduhrs/arch-aur-php-oauth