summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b65aa7092c0..c81d3d7a2bfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpdevil
- pkgdesc = A small MPD client written in python
- pkgver = 0.9.0
+ pkgdesc = A simple music browser for MPD
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/SoongNoonien/mpdevil
arch = any
@@ -13,8 +13,8 @@ pkgbase = mpdevil
depends = python-requests
depends = python-beautifulsoup4
depends = python-dbus
- source = https://github.com/SoongNoonien/mpdevil/archive/v0.9.0.tar.gz
- sha256sums = 17442842643f58ff6bd01e21fd5e2ac590882a8c7cb76630dae1655a9c2b2b5c
+ source = https://github.com/SoongNoonien/mpdevil/archive/v0.9.1.tar.gz
+ sha256sums = b37f30e5538ae53457816b895db42a07bfa7f2c8c5758703a21f1ea05d271a67
pkgname = mpdevil
diff --git a/PKGBUILD b/PKGBUILD
index aa60fd1c4921..0f6152d1a6f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Martin Wagner <martin.wagner.dev@gmail.com>
pkgname=mpdevil
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
-pkgdesc="A small MPD client written in python"
+pkgdesc="A simple music browser for MPD"
arch=('any')
license=('GPL-3')
url="https://github.com/SoongNoonien/mpdevil"
depends=('python-mpd2' 'gtk3' 'libnotify' 'python-gobject' 'python-requests' 'python-beautifulsoup4' 'python-dbus')
makedepends=('python-distutils-extra')
source=("https://github.com/SoongNoonien/mpdevil/archive/v${pkgver}.tar.gz")
-sha256sums=('17442842643f58ff6bd01e21fd5e2ac590882a8c7cb76630dae1655a9c2b2b5c')
+sha256sums=('b37f30e5538ae53457816b895db42a07bfa7f2c8c5758703a21f1ea05d271a67')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"