summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2017-03-06 16:28:34 +0100
committerChristian Hesse2017-03-06 16:28:34 +0100
commit922e023ac1e6ef32da4bdd24cfde8482fbbef24f (patch)
treeebd74d07210a8c5d2de98dbb3316f26dad31666f
parent9e9371d0d7e09db509051831123516887d958af8 (diff)
downloadaur-922e023ac1e6ef32da4bdd24cfde8482fbbef24f.tar.gz
commit mpd-notification 0.8.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d8ed6ad6fbc..ae3b501866a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 5 15:36:16 UTC 2017
+# Mon Mar 6 15:28:34 UTC 2017
pkgbase = mpd-notification
pkgdesc = Notify about tracks played by mpd
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/eworm-de/mpd-notification
arch = i686
@@ -17,9 +17,9 @@ pkgbase = mpd-notification
depends = libnotify
depends = libmpdclient
depends = gnome-icon-theme
- 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
+ source = http://www.eworm.de/download/mpd-notification/mpd-notification-0.8.2.tar.xz
+ source = http://www.eworm.de/download/mpd-notification/mpd-notification-0.8.2.tar.xz.asc
+ sha256sums = 2a16130f12f1b3360881f712df3ff2891b09502ee1d4b30248ad991a76abb7c6
sha256sums = SKIP
pkgname = mpd-notification
diff --git a/PKGBUILD b/PKGBUILD
index 2c992dff2c3a..492cea8ba9e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=mpd-notification
-pkgver=0.8.1
+pkgver=0.8.2
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=("http://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('67c0af066033d058f2d6a6740186179856aeaa243c5308fac2a28cf45fc6507a'
+sha256sums=('2a16130f12f1b3360881f712df3ff2891b09502ee1d4b30248ad991a76abb7c6'
'SKIP')
build() {