summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17343c3fe1a6..cb3ee07a61c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue Apr 5 09:54:13 UTC 2016
pkgbase = php-uploadprogress
pkgdesc = An extension to track progress of a file upload
pkgver = 1.0.3.1
@@ -13,7 +11,7 @@ pkgbase = php-uploadprogress
makedepends = git
makedepends = autoconf
depends = php
- source = uploadprogress::git+https://git.php.net/repository/pecl/php/uploadprogress.git
+ source = uploadprogress::git+https://git.php.net/repository/pecl/php/uploadprogress.git#tag=uploadprogress-1.0.3.1
sha512sums = SKIP
pkgname = php-uploadprogress
diff --git a/PKGBUILD b/PKGBUILD
index b1ed050648a8..2745f87f4baa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('PHP')
depends=('php')
makedepends=('php' 'git' 'autoconf')
install=${_pkgname}.install
-source=("${_pkgname}"::"git+https://git.php.net/repository/pecl/php/uploadprogress.git")
+source=("${_pkgname}"::"git+https://git.php.net/repository/pecl/php/uploadprogress.git#tag=uploadprogress-${pkgver}")
sha512sums=('SKIP')
build() {