summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8dc66ebb018..1af0f02879c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-clay-player-git
pkgdesc = Command Line Player for Google Play Music
- pkgver = 0.r73.cccc975
+ pkgver = 0.r87.d5be32f
pkgrel = 1
url = https://github.com/and3rson/clay
arch = any
@@ -11,6 +11,7 @@ pkgbase = python-clay-player-git
depends = python-gmusicapi
depends = python-pyaml
depends = python-urwid
+ depends = python-codename
source = python-clay-player-git::git+https://github.com/and3rson/clay
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a0ea55c0cb04..b2f9a2cde076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=python-clay-player-git
-pkgver=0.r73.cccc975
+pkgver=0.r87.d5be32f
pkgrel=1
pkgdesc="Command Line Player for Google Play Music"
url="https://github.com/and3rson/clay"
-depends=('python' 'python-gmusicapi' 'python-pyaml' 'python-urwid')
+depends=('python' 'python-gmusicapi' 'python-pyaml' 'python-urwid' 'python-codename')
makedepends=('python-setuptools' 'git')
license=('GPLv3')
arch=('any')