summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa99f347c35f..387bf9ff0a49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpdscrobble-git
pkgdesc = A simple Last.fm scrobbler for MPD.
- pkgver = 0.2.5
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/dbeley/mpdscrobble
arch = any
@@ -9,10 +9,10 @@ pkgbase = mpdscrobble-git
depends = python-setuptools
depends = python-mpd2
depends = python-pylast
+ depends = python-httpx
provides = mpdscrobble
conflicts = mpdscrobble
source = git+https://github.com/dbeley/mpdscrobble
md5sums = SKIP
pkgname = mpdscrobble-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 011d2fa6d2dc..1a1dc3aadb33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Beley <dbeley@protonmail.com>
pkgname=mpdscrobble-git
-pkgver=0.2.5
+pkgver=0.3.1
pkgrel=1
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -13,6 +13,7 @@ depends=(
'python-setuptools'
'python-mpd2'
'python-pylast'
+ 'python-httpx'
)
source=("git+https://github.com/dbeley/${pkgname%-git}")
md5sums=("SKIP")