summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-03-29 10:33:48 +0200
committersanduhrs2021-03-29 10:33:48 +0200
commit5acf9c2919c082a5454b2a8d330b78b1e4aaf4a4 (patch)
tree8e98f132e861bbf8313081449346b829fb523cf3
parent6d21f87e9c6cb8a0e15ed9610f531b100b28624c (diff)
downloadaur-5acf9c2919c082a5454b2a8d330b78b1e4aaf4a4.tar.gz
Fix build file to respect version tags
-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() {