summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2017-02-24 12:52:58 +0100
committerDavid Runge2017-02-24 12:52:58 +0100
commite1e6838fa4abbf1eebf1f968ad3e784212228d31 (patch)
tree2cce41d329db04cb8bbf5419b605b06f5f955194
parentd6626fd71768ffba9e0cae2304d6e42dd5ed4a32 (diff)
downloadaur-e1e6838fa4abbf1eebf1f968ad3e784212228d31.tar.gz
PKGBUILD: Updating to uenv > 0.8.4 (including arch-audit and python-lolcat optdepends).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0904676eb50..60f427df7a0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Jan 10 18:26:41 UTC 2017
+# Fri Feb 24 11:51:10 UTC 2017
pkgbase = uenv-git
pkgdesc = Useful scripts, systemd timer/service units and their configuration
- pkgver = 0.8.3.r0.ge6df431
+ pkgver = 0.8.4.r0.g0b471f3
pkgrel = 1
url = https://sleepmap.de/software/uenv
arch = any
license = GPL3
makedepends = git
+ optdepends = arch-audit: For updating MOTD with security info
optdepends = autossh: For autotunnel (SSH tunnel)
optdepends = compton: For compton user service
optdepends = conky: For conky user service
@@ -19,6 +20,7 @@ pkgbase = uenv-git
optdepends = linux-rt: For cpupower and JACK services
optdepends = mpd: For mpd user service connecting to server profiles
optdepends = openssh: For ssh-agent as systemd user service
+ optdepends = python-lolcat: For colorful output of MOTD
optdepends = rtorrent: For rtorrent user and system service
optdepends = tmux: For monitoring, rtorrent and tmux user services
optdepends = weechat: For weechat in a separate tmux environment
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'