summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2017-12-14 12:49:31 +0100
committerChristian Hesse2017-12-14 12:49:31 +0100
commita1eb497be4fa438bfe8119198c35fcfb0836252c (patch)
tree1cbaae59ba8b08bf4ef672823cb8da7e14d12613
parentcf9697ee1ba91f1cb6a49ab67aa8acc8d1937bf3 (diff)
downloadaur-a1eb497be4fa438bfe8119198c35fcfb0836252c.tar.gz
commit mpd-notification 0.8.3-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72351594c52a..83b7ee8efe29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Nov 25 19:52:58 UTC 2017
+# Thu Dec 14 11:49:31 UTC 2017
pkgbase = mpd-notification
pkgdesc = Notify about tracks played by mpd
- pkgver = 0.8.2
- pkgrel = 2
+ pkgver = 0.8.3
+ pkgrel = 1
url = https://github.com/eworm-de/mpd-notification
arch = i686
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = mpd-notification
depends = libnotify
depends = libmpdclient
depends = gnome-icon-theme
- source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.2.tar.xz
- source = https://www.eworm.de/download/mpd-notification/mpd-notification-0.8.2.tar.xz.asc
- sha256sums = 2a16130f12f1b3360881f712df3ff2891b09502ee1d4b30248ad991a76abb7c6
+ 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
sha256sums = SKIP
pkgname = mpd-notification
diff --git a/PKGBUILD b/PKGBUILD
index 67ba71a0f4f2..b7d0058c0e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=mpd-notification
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.3
+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' 'markdown')
license=('GPL')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('2a16130f12f1b3360881f712df3ff2891b09502ee1d4b30248ad991a76abb7c6'
+sha256sums=('3f757da543404c5dfce1d36c8808efc468aed1055cfe07c65b5ef844e994a020'
'SKIP')
build() {