summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1b08dbe5207..517333eecf41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=php-ssh
pkgname=${_pkgname}-unstable
-pkgver=1.1.2
+pkgver=1.2
pkgrel=1
pkgdesc="An SSH2 extension for PHP"
url="http://pecl.php.net/package/ssh2"
@@ -15,7 +15,7 @@ makedepends=('php>=7.0.0' 'git')
provides=('php-ssh')
conflicts=('php-ssh')
install=${_pkgname}.install
-source=("${pkgname}::git+https://git.php.net/repository/pecl/networking/ssh2.git#commit=455339f1c83819e2d4c3fae877a095f01b8e9b9a")
+source=("${pkgname}::git+https://git.php.net/repository/pecl/networking/ssh2.git#tag=RELEASE_${pkgver/./_}")
sha512sums=('SKIP')
build() {