summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2022-05-29 21:14:46 +0200
committerChristian Hesse2022-05-29 21:14:46 +0200
commit6c89000bd8f49f777913046f2f29f2c4ade889ee (patch)
tree11fcf26af6b878e4c5aa923be3c5eea307c40527
parent92cecf9f819312eab748ec9d769aed792bfef5ee (diff)
downloadaur-6c89000bd8f49f777913046f2f29f2c4ade889ee.tar.gz
commit mpd-notification 0.8.6-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c259a1e89943..a5b7c230c591 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mpd-notification
pkgdesc = Notify about tracks played by mpd
pkgver = 0.8.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eworm-de/mpd-notification
arch = i686
arch = x86_64
license = GPL
makedepends = systemd
- makedepends = markdown
+ makedepends = discount
depends = libsystemd
depends = ffmpeg
depends = file
@@ -21,4 +21,3 @@ pkgbase = mpd-notification
sha256sums = SKIP
pkgname = mpd-notification
-
diff --git a/PKGBUILD b/PKGBUILD
index c923bd2f62e3..e323873b66fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=mpd-notification
pkgver=0.8.6
-pkgrel=1
+pkgrel=2
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')
-makedepends=('systemd' 'markdown')
+makedepends=('systemd' 'discount')
license=('GPL')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})