summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2017-01-05 16:36:16 +0100
committerChristian Hesse2017-01-05 16:36:16 +0100
commit9e9371d0d7e09db509051831123516887d958af8 (patch)
treea9469ef61f111bb750082c1600162f3a0f60ccc9
parent58eae3a40a82309b569579844afb09597d4b54ae (diff)
downloadaur-9e9371d0d7e09db509051831123516887d958af8.tar.gz
commit mpd-notification 0.8.1-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75583483f38a..1d8ed6ad6fbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,25 @@
# Generated by mksrcinfo v8
-# Mon Oct 10 13:06:51 UTC 2016
+# Thu Jan 5 15:36:16 UTC 2017
pkgbase = mpd-notification
pkgdesc = Notify about tracks played by mpd
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/eworm-de/mpd-notification
arch = i686
arch = x86_64
license = GPL
+ makedepends = systemd
makedepends = markdown
+ depends = libsystemd
depends = ffmpeg
depends = file
depends = iniparser
depends = libnotify
depends = libmpdclient
depends = gnome-icon-theme
- source = http://www.eworm.de/download/mpd-notification/mpd-notification-0.8.0.tar.xz
- source = http://www.eworm.de/download/mpd-notification/mpd-notification-0.8.0.tar.xz.asc
- sha256sums = 382e323e05987eb48c371d084ae47a691326e31f6c03c560c3a9b0713edac154
+ source = http://www.eworm.de/download/mpd-notification/mpd-notification-0.8.1.tar.xz
+ source = http://www.eworm.de/download/mpd-notification/mpd-notification-0.8.1.tar.xz.asc
+ sha256sums = 67c0af066033d058f2d6a6740186179856aeaa243c5308fac2a28cf45fc6507a
sha256sums = SKIP
pkgname = mpd-notification
diff --git a/PKGBUILD b/PKGBUILD
index 75929edc5a00..2c992dff2c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=mpd-notification
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc='Notify about tracks played by mpd'
arch=('i686' 'x86_64')
url='https://github.com/eworm-de/mpd-notification'
-depends=('ffmpeg' 'file' 'iniparser' 'libnotify' 'libmpdclient' 'gnome-icon-theme')
-makedepends=('markdown')
+depends=('libsystemd' 'ffmpeg' 'file' 'iniparser' 'libnotify' 'libmpdclient' 'gnome-icon-theme')
+makedepends=('systemd' 'markdown')
license=('GPL')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("http://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('382e323e05987eb48c371d084ae47a691326e31f6c03c560c3a9b0713edac154'
+sha256sums=('67c0af066033d058f2d6a6740186179856aeaa243c5308fac2a28cf45fc6507a'
'SKIP')
build() {