summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2016-08-25 23:49:45 +0200
committerDavid Runge2016-08-25 23:49:45 +0200
commit12776d8e0583481eb4b51b79e3e31230e7a02f56 (patch)
tree46f711b90737ee059f4d0b5f05fd2abdc52ec02d
parentee29513e0941aa5f0d30df89ffa12cefcbe280a4 (diff)
downloadaur-12776d8e0583481eb4b51b79e3e31230e7a02f56.tar.gz
PKGBUILD: Updating to version > 0.7.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e27d586e651e..975e32be0ae3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 3 23:35:40 UTC 2016
+# Thu Aug 25 21:49:22 UTC 2016
pkgbase = uenv-git
pkgdesc = Useful scripts, systemd timer/service units and their configuration
- pkgver = 0.6.0.r0.gd33aeef
+ pkgver = 0.7.r0.gb6a282a
pkgrel = 1
url = https://sleepmap.de/software/uenv
arch = any
@@ -10,6 +10,7 @@ pkgbase = uenv-git
makedepends = git
optdepends = autossh: For autotunnel (SSH tunnel)
optdepends = compton: For compton user service
+ optdepends = conky: For conky user service
optdepends = cpupower: For cpupower settings on linux-rt
optdepends = glances: For monitoring user service (running in separate tmux environment)
optdepends = gnupg: For gpg-agent as systemd user service
@@ -21,7 +22,6 @@ pkgbase = uenv-git
optdepends = openssh: For ssh-agent as systemd user service
optdepends = rtorrent: For rtorrent user and system service
optdepends = tmux: For monitoring, rtorrent and tmux user services
- optdepends = update-mirrorlist: For timed pacman mirrorlist updates
optdepends = weechat: For weechat in a separate tmux environment
provides = uenv
conflicts = uenv
diff --git a/PKGBUILD b/PKGBUILD
index d45422dfcae8..b2f5ce908a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Runge <dave@sleepmap.de>
pkgname=uenv-git
-pkgver=0.6.0.r0.gd33aeef
+pkgver=0.7.r0.gb6a282a
_basename=uenv
pkgrel=1
pkgdesc="Useful scripts, systemd timer/service units and their configuration"
@@ -13,6 +13,7 @@ makedepends=('git')
optdepends=(
'autossh: For autotunnel (SSH tunnel)'\
'compton: For compton user service'\
+ 'conky: For conky user service'\
'cpupower: For cpupower settings on linux-rt'\
'glances: For monitoring user service (running in separate tmux environment)'\
'gnupg: For gpg-agent as systemd user service'\
@@ -24,7 +25,6 @@ optdepends=(
'openssh: For ssh-agent as systemd user service'\
'rtorrent: For rtorrent user and system service'\
'tmux: For monitoring, rtorrent and tmux user services'\
- 'update-mirrorlist: For timed pacman mirrorlist updates'\
'weechat: For weechat in a separate tmux environment'
)
provides=('uenv')