summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorr3b311i0n2018-01-15 19:53:06 +0530
committerr3b311i0n2018-01-15 19:55:17 +0530
commitdd2274820e12befc2f15d182f997bc4fa28b5ce0 (patch)
tree4369cab18ea605c555f53332ff6f84d3b5851bae /PKGBUILD
parentbf65b3e4bcd467ddf7460c59e729ee0d7e8886ae (diff)
downloadaur-caniuse-plugin-zsh-git.tar.gz
Add missing Python dependency 🐍
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da7132d6c08e..2e85795108c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
_gitname=caniuse.plugin.zsh
pkgname=caniuse-plugin-zsh-git
-pkgver=r7.bb02483
+pkgver=r8.10b823d
pkgrel=1
pkgdesc='A plugin for oh-my-zsh adding Can I Use... support to your terminal.'
arch=('any')
url="https://github.com/r3b311i0n/${_gitname}"
license=('MIT')
depends=('zsh'
- 'oh-my-zsh-git')
+ 'oh-my-zsh-git'
+ 'python')
makedepends=('git')
conflicts=('caniuse-plugin-zsh')
options=('!strip')