summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2018-06-01 11:38:34 +0200
committerChristian Hesse2018-06-01 11:38:34 +0200
commite6025317d7a4ee2d20b15adf06b5c2b6ac29c6bf (patch)
tree7b28631a108879ebddc88acef7b0dd59c6aadf42
parent5fe40c0f1a7d332084c86b3d8453dd0920888bc0 (diff)
downloadaur-e6025317d7a4ee2d20b15adf06b5c2b6ac29c6bf.tar.gz
commit mpd-notification 0.8.5-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 667ce8866644..a01e111a9cf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpd-notification
pkgdesc = Notify about tracks played by mpd
- pkgver = 0.8.4
+ pkgver = 0.8.5
pkgrel = 1
url = https://github.com/eworm-de/mpd-notification
arch = i686
@@ -14,11 +14,10 @@ pkgbase = mpd-notification
depends = iniparser
depends = libnotify
depends = libmpdclient
- depends = gnome-icon-theme
- source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.4.tar.xz
- source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.4.tar.xz.asc
+ source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.5.tar.xz
+ source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.5.tar.xz.asc
validpgpkeys = BD84DE71F493DF6814B0167254EDC91609BC9183
- sha256sums = 6d4e281e25f1c2c0c9b9a5b1b8384884b925b7d0cb883b9b217c07d8e2d455cb
+ sha256sums = d9b4871e2f5db7c52217cd31d71b03009e0796c5b9e27f84ec53af46578b82e5
sha256sums = SKIP
pkgname = mpd-notification
diff --git a/PKGBUILD b/PKGBUILD
index 011d2cd84f42..c003a759768c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=mpd-notification
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc='Notify about tracks played by mpd'
arch=('i686' 'x86_64')
url='https://github.com/eworm-de/mpd-notification'
-depends=('libsystemd' 'ffmpeg' 'file' 'iniparser' 'libnotify' 'libmpdclient' 'gnome-icon-theme')
+depends=('libsystemd' 'ffmpeg' 'file' 'iniparser' 'libnotify' 'libmpdclient')
makedepends=('systemd' 'markdown')
license=('GPL')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('6d4e281e25f1c2c0c9b9a5b1b8384884b925b7d0cb883b9b217c07d8e2d455cb'
+sha256sums=('d9b4871e2f5db7c52217cd31d71b03009e0796c5b9e27f84ec53af46578b82e5'
'SKIP')
build() {