summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFichteFoll2019-01-28 00:16:58 +0100
committerFichteFoll2019-01-28 00:16:58 +0100
commit2beac137444f3c8fd631368d44d8b17296693633 (patch)
tree375c8d1b58fc33737491902d7a8f5122ac5ab854 /PKGBUILD
parenta6a0bd3825d06c7a4dc6c843a6c7439da29ae65c (diff)
downloadaur-2beac137444f3c8fd631368d44d8b17296693633.tar.gz
Add python-pytoml dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d91021fa4cb..1cece61caa47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgbase=discordrp-mpris
# _name=${_pkgbase#python-}
pkgname="${_pkgbase}-git"
-pkgver=0.2.1.r1.gde61aeb
+pkgver=0.2.1.r2.g94a3685
pkgrel=1
pkgdesc="Discord Rich Presence based on mpris2 media players"
arch=(any)
url="https://github.com/FichteFoll/discordrp-mpris"
license=('MIT')
-depends=('python' 'python-setuptools' 'python-dbussy-git')
+depends=('python' 'python-setuptools' 'python-pytoml' 'python-dbussy-git')
makedepends=('git')
optdepends=('cmus: C* Music Player (native mpris support)'
'mpdris2-py3-git: mpris plugin for mpd'