summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2017-07-10 09:24:26 +0100
committerAndrew Stubbs2017-07-10 09:24:26 +0100
commitadec9e85da522326020815aded17805787e2927a (patch)
treec9b206ae753189a491aa846da2870a2273076b7f
parent996cdac2eed0e5ce04bddcaa5a1dbf4d46f53524 (diff)
downloadaur-adec9e85da522326020815aded17805787e2927a.tar.gz
Update test deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0da278464f56..a79e3baf3d2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 7 09:12:29 UTC 2017
+# Mon Jul 10 08:23:36 UTC 2017
pkgbase = zsh-autosuggestions-git
pkgdesc = Fish shell like fast/unobtrusive autosuggestions for zsh
- pkgver = v0.4.0.r0.g2cb6eb6
+ pkgver = v0.4.0.r2.ge304365
pkgrel = 1
url = https://github.com/zsh-users/zsh-autosuggestions
install = zsh-autosuggestions.install
@@ -10,6 +10,7 @@ pkgbase = zsh-autosuggestions-git
license = Custom:MIT
makedepends = git
makedepends = ruby
+ makedepends = tmux
depends = zsh
provides = zsh-autosuggestions
source = zsh-autosuggestions::git://github.com/zsh-users/zsh-autosuggestions
diff --git a/PKGBUILD b/PKGBUILD
index b29d4896afbe..fc19f160ef27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_name='zsh-autosuggestions'
pkgname="${_name}-git"
-pkgver=v0.4.0.r0.g2cb6eb6
+pkgver=v0.4.0.r2.ge304365
pkgrel=1
pkgdesc='Fish shell like fast/unobtrusive autosuggestions for zsh'
url='https://github.com/zsh-users/zsh-autosuggestions'
arch=('any')
license=('Custom:MIT')
depends=('zsh')
-makedepends=('git' 'ruby')
+makedepends=('git' 'ruby' 'tmux')
provides=('zsh-autosuggestions')
install="${_name}.install"
source=("${_name}::${url//https/git}")