summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2016-05-01 18:40:05 +0200
committerDavid Runge2016-05-01 18:40:05 +0200
commit7be7fc7872e6161afaff6b476dd7dc64ff13f2bd (patch)
tree14db36d9d7d5f010061fcc49313d84ad47fc4db0
parent593d4fa3fb4382f266a2c70f52fa958437c3f669 (diff)
downloadaur-7be7fc7872e6161afaff6b476dd7dc64ff13f2bd.tar.gz
PKGBUILD: Updating to > 0.4.0 with changed upstream git url and removed optdepend for offlineimap.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffe189b90860..f3475b59f952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun May 1 16:38:46 UTC 2016
pkgbase = uenv-git
pkgdesc = Useful scripts, systemd timer/service units and their configuration
- pkgver = 0.3.r0.gcae0b56
+ pkgver = 0.4.1.r0.g3610050
pkgrel = 1
url = https://sleepmap.de/software/uenv
arch = any
@@ -16,21 +18,18 @@ pkgbase = uenv-git
optdepends = jack2: For profile based JACK user service
optdepends = linux-rt: For cpupower and JACK services
optdepends = mpd: For mpd user service connecting to server profiles
- optdepends = offlineimap: For offlineimap as systemd user service
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
- provides = postpone-screensaver
conflicts = uenv
- conflicts = postpone-screensaver
backup = etc/jack/fw1
backup = etc/conf.d/postpone-screensaver
backup = etc/default/cpupower-rt
backup = etc/default/rtorrent@.conf
- source = bare/uenv::git://sleepmap.de/uenv.git
+ source = bare/uenv::git://sleepmap.de/software/uenv.git
md5sums = SKIP
pkgname = uenv-git
diff --git a/PKGBUILD b/PKGBUILD
index e51fb936d1c8..d4e03d274ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Runge <dave@sleepmap.de>
pkgname=uenv-git
-pkgver=0.3.r0.gcae0b56
+pkgver=0.4.1.r0.g3610050
_basename=uenv
pkgrel=1
pkgdesc="Useful scripts, systemd timer/service units and their configuration"
@@ -21,15 +21,14 @@ optdepends=(
'jack2: For profile based JACK user service'\
'linux-rt: For cpupower and JACK services'\
'mpd: For mpd user service connecting to server profiles'\
- 'offlineimap: For offlineimap as systemd user service'\
'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' 'postpone-screensaver')
-conflicts=('uenv' 'postpone-screensaver')
+provides=('uenv')
+conflicts=('uenv')
replaces=()
backup=(
'etc/jack/fw1'\
@@ -39,7 +38,7 @@ backup=(
)
options=()
install=
-source=('bare/uenv::git://sleepmap.de/uenv.git')
+source=('bare/uenv::git://sleepmap.de/software/uenv.git')
noextract=()
md5sums=('SKIP')