summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2018-05-16 12:22:19 +0200
committerChristian Hesse2018-05-16 12:22:19 +0200
commit5fe40c0f1a7d332084c86b3d8453dd0920888bc0 (patch)
tree0df319bbb0913982c0aaf091cfa6c18a1aff6170
parenta1eb497be4fa438bfe8119198c35fcfb0836252c (diff)
downloadaur-5fe40c0f1a7d332084c86b3d8453dd0920888bc0.tar.gz
commit mpd-notification 0.8.4-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83b7ee8efe29..667ce8866644 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Dec 14 11:49:31 UTC 2017
pkgbase = mpd-notification
pkgdesc = Notify about tracks played by mpd
- pkgver = 0.8.3
+ pkgver = 0.8.4
pkgrel = 1
url = https://github.com/eworm-de/mpd-notification
arch = i686
@@ -17,9 +15,10 @@ pkgbase = mpd-notification
depends = libnotify
depends = libmpdclient
depends = gnome-icon-theme
- source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.3.tar.xz
- source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.3.tar.xz.asc
- sha256sums = 3f757da543404c5dfce1d36c8808efc468aed1055cfe07c65b5ef844e994a020
+ 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
+ validpgpkeys = BD84DE71F493DF6814B0167254EDC91609BC9183
+ sha256sums = 6d4e281e25f1c2c0c9b9a5b1b8384884b925b7d0cb883b9b217c07d8e2d455cb
sha256sums = SKIP
pkgname = mpd-notification
diff --git a/PKGBUILD b/PKGBUILD
index b7d0058c0e20..011d2cd84f42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=mpd-notification
-pkgver=0.8.3
+pkgver=0.8.4
pkgrel=1
pkgdesc='Notify about tracks played by mpd'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('systemd' 'markdown')
license=('GPL')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('3f757da543404c5dfce1d36c8808efc468aed1055cfe07c65b5ef844e994a020'
+sha256sums=('6d4e281e25f1c2c0c9b9a5b1b8384884b925b7d0cb883b9b217c07d8e2d455cb'
'SKIP')
build() {