summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-01-18 21:14:53 +0100
committerStefan Auditor2016-01-18 21:14:53 +0100
commit1bfdd0ab4a5f97e6733bd17dd3003aad060e24c4 (patch)
tree52fe62da6e59faf2ec213b3468046642d98144f1
parentc7ba041565afd879b82767c6bb298cd8e61071f1 (diff)
downloadaur-1bfdd0ab4a5f97e6733bd17dd3003aad060e24c4.tar.gz
Switch to official sources
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cffed797b40..93d2cce6f607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 16 18:37:42 UTC 2016
+# Mon Jan 18 20:12:42 UTC 2016
pkgbase = php-uploadprogress
pkgdesc = An extension to track progress of a file upload
pkgver = 1.0.3.1
@@ -10,7 +10,7 @@ pkgbase = php-uploadprogress
license = PHP
makedepends = autoconf
depends = php
- source = uploadprogress-1.0.3.1::git+https://github.com/Jan-E/uploadprogress.git
+ source = uploadprogress-1.0.3.1::git+https://git.php.net/repository/pecl/php/uploadprogress.git
sha512sums = SKIP
pkgname = php-uploadprogress
diff --git a/PKGBUILD b/PKGBUILD
index 60a61e2c535f..6772f610deb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ url="http://pecl.php.net/package/uploadprogress"
license=('PHP')
depends=('php')
makedepends=('autoconf')
-#source=("${pkgname}-${pkgver}"::"http://pecl.php.net/get/${_pkgname}-${pkgver}.tgz")
-source=("${_pkgname}-${pkgver}"::"git+https://github.com/Jan-E/uploadprogress.git")
+source=("${_pkgname}-${pkgver}"::"git+https://git.php.net/repository/pecl/php/uploadprogress.git")
sha512sums=('SKIP')
build() {