summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2017-01-05 16:35:04 +0100
committerChristian Hesse2017-01-05 16:35:04 +0100
commit06889d86ffa0db7c822c6a5c601f2ca1a9a0fc07 (patch)
tree12222fc1bdf53b1cf3cc7b7721188aeb81c5b065
parenta77e8507a3e4e4b987aa6af61d568ab57514be2a (diff)
downloadaur-06889d86ffa0db7c822c6a5c601f2ca1a9a0fc07.tar.gz
commit mpd-notification-git 0.8.0.r8.g9911d31-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41436f95fcc2..8ef3e27a4a77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Oct 7 09:23:58 UTC 2016
+# Thu Jan 5 15:35:04 UTC 2017
pkgbase = mpd-notification-git
pkgdesc = Notify about tracks played by mpd - git checkout
- pkgver = 0.7.5.r22.g8873dbc
+ pkgver = 0.8.0.r8.g9911d31
pkgrel = 1
url = https://github.com/eworm-de/mpd-notification
arch = i686
arch = x86_64
license = GPL
makedepends = git
+ makedepends = systemd
makedepends = markdown
+ depends = libsystemd
depends = ffmpeg
depends = file
depends = iniparser
diff --git a/PKGBUILD b/PKGBUILD
index ab8d830f4fee..0eefb3738937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=mpd-notification-git
-pkgver=0.7.5.r22.g8873dbc
+pkgver=0.8.0.r8.g9911d31
pkgrel=1
pkgdesc='Notify about tracks played by mpd - git checkout'
arch=('i686' 'x86_64')
url='https://github.com/eworm-de/mpd-notification'
-depends=('ffmpeg' 'file' 'iniparser' 'libnotify' 'libmpdclient' 'gnome-icon-theme')
-makedepends=('git' 'markdown')
+depends=('libsystemd' 'ffmpeg' 'file' 'iniparser' 'libnotify' 'libmpdclient' 'gnome-icon-theme')
+makedepends=('git' 'systemd' 'markdown')
conflicts=('mpd-notification')
provides=('mpd-notification')
license=('GPL')