summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122019-01-27 13:59:44 +0100
committerwillemw122019-01-27 13:59:44 +0100
commit0a16fbff1f73d4f2258bda6c5afca87f559eeb90 (patch)
tree6a97fd6a67f1440d0f03be039964b11708af1c92 /PKGBUILD
parentcaf11a8f71b7740a1fc8c754c79fe68ab9650e4d (diff)
downloadaur-0a16fbff1f73d4f2258bda6c5afca87f559eeb90.tar.gz
Add python-cjkwrap and python-pympv to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66a62c8dbed6..8c031ed237f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=castero
pkgname=$_pkgname-git
-pkgver=0.2.3.r12.g9d7edb3
+pkgver=0.4.0.r0.g8a1ac98
pkgrel=1
pkgdesc="Podcast client for the command line"
arch=('any')
url="https://xgi.github.io/castero"
license=('MIT')
-depends=('python-requests' 'python-vlc')
+depends=('python-cjkwrap' 'python-pympv' 'python-requests' 'python-vlc')
#checkdepends=('python-codecov' 'python-coverage' 'python-pytest')
makedepends=('git')
provides=($_pkgname)