summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wagner2020-08-19 21:12:17 +0200
committerMartin Wagner2020-08-19 21:12:17 +0200
commite48bcd7584c10b26f9039d424905e000d69a12c5 (patch)
treed222d32e000ee992441c37371958ca2de58b237d
parent5c3190dce27003e23064b4e39cd9db5a0d7be594 (diff)
downloadaur-e48bcd7584c10b26f9039d424905e000d69a12c5.tar.gz
updated to 0.8.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 026481045a43..672c1f28501b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpdevil
pkgdesc = A small MPD client written in python
- pkgver = 0.8.4
+ pkgver = 0.8.5
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.8.4.tar.gz
- sha256sums = 0407f44f1edc7e9a44e32db7c2e8e996e8fe8413ae62f18adf18ece304831c42
+ source = https://github.com/SoongNoonien/mpdevil/archive/v0.8.5.tar.gz
+ sha256sums = bb0933c52001ec2876c01decb9f0cfaa1567fd311f9f0b1cd641c6c9b39e395a
pkgname = mpdevil
diff --git a/PKGBUILD b/PKGBUILD
index 1119b52659fb..29d51be444c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Martin Wagner <martin.wagner.dev@gmail.com>
pkgname=mpdevil
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc="A small MPD client written in python"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/SoongNoonien/mpdevil"
depends=('python-mpd2' 'gtk3' 'libnotify' 'python-gobject' 'python-requests' 'python-beautifulsoup4' 'python-dbus')
makedepends=('intltool')
source=("https://github.com/SoongNoonien/mpdevil/archive/v${pkgver}.tar.gz")
-sha256sums=('0407f44f1edc7e9a44e32db7c2e8e996e8fe8413ae62f18adf18ece304831c42')
+sha256sums=('bb0933c52001ec2876c01decb9f0cfaa1567fd311f9f0b1cd641c6c9b39e395a')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"