summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFichteFoll2019-01-28 00:16:58 +0100
committerFichteFoll2019-01-28 00:16:58 +0100
commit2beac137444f3c8fd631368d44d8b17296693633 (patch)
tree375c8d1b58fc33737491902d7a8f5122ac5ab854
parenta6a0bd3825d06c7a4dc6c843a6c7439da29ae65c (diff)
downloadaur-2beac137444f3c8fd631368d44d8b17296693633.tar.gz
Add python-pytoml dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 486d2e1cf211..5d570e1c200f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = discordrp-mpris-git
pkgdesc = Discord Rich Presence based on mpris2 media players
- pkgver = 0.2.1.r1.gde61aeb
+ pkgver = 0.2.1.r2.g94a3685
pkgrel = 1
url = https://github.com/FichteFoll/discordrp-mpris
arch = any
@@ -8,6 +8,7 @@ pkgbase = discordrp-mpris-git
makedepends = git
depends = python
depends = python-setuptools
+ depends = python-pytoml
depends = python-dbussy-git
optdepends = cmus: C* Music Player (native mpris support)
optdepends = mpdris2-py3-git: mpris plugin for mpd
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'