summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2022-08-24 16:58:22 +0200
committerChristian Hesse2022-08-24 16:58:22 +0200
commite28561a83b15702685e9511a9db6a56a2f7ef911 (patch)
tree0cde64e59db6246f196bdcb6e305b87d36e7e99f
parent6c89000bd8f49f777913046f2f29f2c4ade889ee (diff)
downloadaur-mpd-notification.tar.gz
commit mpd-notification 0.8.7-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5b7c230c591..48940c3ef4e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpd-notification
pkgdesc = Notify about tracks played by mpd
- pkgver = 0.8.6
- pkgrel = 2
+ pkgver = 0.8.7
+ pkgrel = 1
url = https://github.com/eworm-de/mpd-notification
arch = i686
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = mpd-notification
depends = iniparser
depends = libnotify
depends = libmpdclient
- source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.6.tar.xz
- source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.6.tar.xz.asc
+ source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.7.tar.xz
+ source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.7.tar.xz.asc
validpgpkeys = BD84DE71F493DF6814B0167254EDC91609BC9183
- sha256sums = d7459f70e8a1ccf6ce5e3ec9b94fe01cafc57a1933ec64be3a1aaba3328d6205
+ sha256sums = 017ba30f402b41cba66571023893175056ef2b989b1b939c202abc0167988606
sha256sums = SKIP
pkgname = mpd-notification
diff --git a/PKGBUILD b/PKGBUILD
index e323873b66fe..9d50b5b0635f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=mpd-notification
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.8.7
+pkgrel=1
pkgdesc='Notify about tracks played by mpd'
arch=('i686' 'x86_64')
url='https://github.com/eworm-de/mpd-notification'
@@ -11,7 +11,7 @@ makedepends=('systemd' 'discount')
license=('GPL')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d7459f70e8a1ccf6ce5e3ec9b94fe01cafc57a1933ec64be3a1aaba3328d6205'
+sha256sums=('017ba30f402b41cba66571023893175056ef2b989b1b939c202abc0167988606'
'SKIP')
build() {