summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2018-05-22 09:42:00 +0100
committerAndrew Stubbs2018-05-22 09:42:00 +0100
commit6bad78ae0e2c06b9bd2a784e9a217c8c4ce51ea0 (patch)
treedfe62aa6003c6e0db122a3a24ef3a4aa1dd9dd0f
parentadec9e85da522326020815aded17805787e2927a (diff)
downloadaur-6bad78ae0e2c06b9bd2a784e9a217c8c4ce51ea0.tar.gz
Update build deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a79e3baf3d2a..b1a67878615f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.r2.ge304365
+ pkgver = v0.4.3.r0.gd7c7967
pkgrel = 1
url = https://github.com/zsh-users/zsh-autosuggestions
install = zsh-autosuggestions.install
@@ -11,6 +9,7 @@ pkgbase = zsh-autosuggestions-git
makedepends = git
makedepends = ruby
makedepends = tmux
+ makedepends = ruby-rdoc
depends = zsh
provides = zsh-autosuggestions
source = zsh-autosuggestions::git://github.com/zsh-users/zsh-autosuggestions
diff --git a/PKGBUILD b/PKGBUILD
index fc19f160ef27..34fa020d4d30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_name='zsh-autosuggestions'
pkgname="${_name}-git"
-pkgver=v0.4.0.r2.ge304365
+pkgver=v0.4.3.r0.gd7c7967
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' 'tmux')
+makedepends=('git' 'ruby' 'tmux' 'ruby-rdoc')
provides=('zsh-autosuggestions')
install="${_name}.install"
source=("${_name}::${url//https/git}")