summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b9fa0da7b39..8df7b8d2d1b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue Apr 5 09:54:59 UTC 2016
pkgbase = php-uploadprogress-git
pkgdesc = An extension to track progress of a file upload
pkgver = r57.95d8a0f
- pkgrel = 1
+ pkgrel = 2
url = http://pecl.php.net/package/uploadprogress
install = uploadprogress.install
arch = i686
@@ -15,8 +13,7 @@ pkgbase = php-uploadprogress-git
depends = php
provides = php-uploadprogress
conflicts = php-uploadprogress
- source = uploadprogress::git+https://git.php.net/repository/pecl/php/uploadprogress.git
+ source = uploadprogress::git+https://github.com/php/pecl-php-uploadprogress.git
sha512sums = SKIP
pkgname = php-uploadprogress-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1796c5879de6..583fdc675fc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=uploadprogress
pkgname=php-${_pkgname}-git
-pkgver=r57.95d8a0f
+pkgver=r126.e77cf26
pkgrel=1
pkgdesc="An extension to track progress of a file upload"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('php' 'git' 'autoconf')
provides=("php-${_pkgname}")
conflicts=("php-${_pkgname}")
install=${_pkgname}.install
-source=("${_pkgname}"::"git+https://git.php.net/repository/pecl/php/uploadprogress.git")
+source=("${_pkgname}"::"git+https://github.com/php/pecl-php-uploadprogress.git")
sha512sums=('SKIP')
pkgver() {