summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2016-02-17 14:39:10 +0100
committerStefan Auditor2016-02-17 14:39:10 +0100
commit7e2870ae9e8cc33844f4d7d5c6e27d8b473bc1f2 (patch)
tree68e3ec422b4d39082ad21f306b7f80265fa54b6b /PKGBUILD
parent2ba38f846e69891a7047535f6f061ba5a1f7ef9f (diff)
downloadaur-7e2870ae9e8cc33844f4d7d5c6e27d8b473bc1f2.tar.gz
Update provides and conflicts variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55cabfbf0fb8..582fbd391918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="http://pecl.php.net/package/uploadprogress"
license=('PHP')
depends=('php')
makedepends=('php' 'git' 'autoconf')
-provides=('php-${_pkgname}')
-conflicts=('php-${_pkgname}')
+provides=("php-${_pkgname}")
+conflicts=("php-${_pkgname}")
install=${_pkgname}.install
source=("${_pkgname}"::"git+https://git.php.net/repository/pecl/php/uploadprogress.git")
sha512sums=('SKIP')