summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2023-05-24 17:10:32 +0200
committerStefan Auditor2023-05-24 17:10:32 +0200
commitaa42e50ab240168662d9da4cf0b1177fd628b829 (patch)
treead921e35bd814b92dc059a939b8d20045de7fe07 /PKGBUILD
parent13946ecc9e438beca6154d57f84032d5bda02f3e (diff)
downloadaur-php-uploadprogress-git.tar.gz
Update source location url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {