summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordbeley2022-04-24 02:02:14 +0200
committerdbeley2022-04-24 02:02:14 +0200
commitd0e1254005f3fd0e9ec23e09841cedd215a088b9 (patch)
treead9c952dd2224ac597337d8a4f5b26d8809b1411 /PKGBUILD
parentc8a555334c73ffc856a9ad04b3dbe31aa5159a6d (diff)
downloadaur-mpdscrobble-git.tar.gz
add python-httpx as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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")