summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ef77190a171..225f3ea9dd7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintained at: https://github.com/matt-h/aur-pkgbuilds
pkgname=mpd-pulse
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="Allows MPD output to go to a different Pulse Audio sink than your default."
arch=('x86_64' 'i686' 'armv7h')
@@ -12,7 +12,7 @@ depends=('libpulse' 'mpc')
makedepends=('cargo')
backup=('etc/mpd-pulse.conf')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/matt-h/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('eaa000180fbe6221942962cdfba2ef942b8a4a62b9c0f00c965631d3c2edc45e')
+sha256sums=('960c7241118890b430335a98bb25e4e0775d81d40a942cdb68c530998e02901f')
build() {
cd "$srcdir/${pkgname}-${pkgver}"