summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2013-12-17 15:42:13 -0800
committeryar2013-12-17 15:42:13 -0800
commit5e38b43cc1886560eb3580f3178fee332f8edda3 (patch)
tree4de89acc06176902dbd9dd1d9fe97d7c89340dc9
parent5f3c45bdc061adc6224202dfe8c076c6ca7836e1 (diff)
downloadaur-5e38b43cc1886560eb3580f3178fee332f8edda3.tar.gz
php-ssh-git: fetch from my mirror for now, because it's less broken
- had to revert an earlier bugfix where it skipped files with a hash (#), but at least it doesn't segfault
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35029091728b..7b1244dca64d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-ssh-git
pkgdesc = An SSH2 extension for PHP (git version)
- pkgver = 134.aa5adbd
+ pkgver = 135.ddaa6a0
pkgrel = 1
url = http://pecl.php.net/package/ssh2
install = install
@@ -13,7 +13,7 @@ pkgbase = php-ssh-git
depends = openssh
provides = php-ssh
conflicts = php-ssh
- source = git+https://git.php.net/repository/pecl/networking/ssh2.git
+ source = ssh2::git+https://github.com/yardenac/php-ssh2.git#commit=ddaa6a0
md5sums = SKIP
pkgname = php-ssh-git
diff --git a/PKGBUILD b/PKGBUILD
index 337bf2e834e1..e49265d9a0f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# quick check for commits https://git.php.net/?p=pecl/networking/ssh2.git;a=shortlog
pkgname=php-ssh-git
-pkgver=134.aa5adbd
+pkgver=135.ddaa6a0
pkgrel=1
pkgdesc="An SSH2 extension for PHP (git version)"
url="http://pecl.php.net/package/ssh2"
@@ -12,7 +12,7 @@ makedepends=('php' 'git')
provides=('php-ssh')
conflicts=('php-ssh')
install=install
-source=("git+https://git.php.net/repository/pecl/networking/ssh2.git")
+source=("ssh2::git+https://github.com/yardenac/php-ssh2.git#commit=ddaa6a0")
md5sums=('SKIP')
pkgver() {