summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Runge2017-02-24 12:52:58 +0100
committerDavid Runge2017-02-24 12:52:58 +0100
commite1e6838fa4abbf1eebf1f968ad3e784212228d31 (patch)
tree2cce41d329db04cb8bbf5419b605b06f5f955194 /PKGBUILD
parentd6626fd71768ffba9e0cae2304d6e42dd5ed4a32 (diff)
downloadaur-e1e6838fa4abbf1eebf1f968ad3e784212228d31.tar.gz
PKGBUILD: Updating to uenv > 0.8.4 (including arch-audit and python-lolcat optdepends).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 160fa309f3c4..ec7d63952347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Runge <dave@sleepmap.de>
pkgname=uenv-git
-pkgver=0.8.3.r0.ge6df431
+pkgver=0.8.4.r0.g0b471f3
_basename=uenv
pkgrel=1
pkgdesc="Useful scripts, systemd timer/service units and their configuration"
@@ -11,6 +11,7 @@ groups=()
depends=()
makedepends=('git')
optdepends=(
+ 'arch-audit: For updating MOTD with security info'\
'autossh: For autotunnel (SSH tunnel)'\
'compton: For compton user service'\
'conky: For conky user service'\
@@ -22,6 +23,7 @@ optdepends=(
'linux-rt: For cpupower and JACK services'\
'mpd: For mpd user service connecting to server profiles'\
'openssh: For ssh-agent as systemd user service'\
+ 'python-lolcat: For colorful output of MOTD'\
'rtorrent: For rtorrent user and system service'\
'tmux: For monitoring, rtorrent and tmux user services'\
'weechat: For weechat in a separate tmux environment'