summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122018-05-09 20:46:03 +0200
committerwillemw122018-05-09 20:46:03 +0200
commitcaf11a8f71b7740a1fc8c754c79fe68ab9650e4d (patch)
treebc1777d0156d9743e1e580e5d7c23ddef2a9b553
parent967d70bacb33f8d98bc161f78e1d0fc3d63b7389 (diff)
downloadaur-caf11a8f71b7740a1fc8c754c79fe68ab9650e4d.tar.gz
Add check() in comments
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98789b13f2da..bd99390b1e2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 9 16:32:48 UTC 2018
+# Wed May 9 18:45:23 UTC 2018
pkgbase = castero-git
pkgdesc = Podcast client for the command line
pkgver = 0.2.3.r12.g9d7edb3
diff --git a/PKGBUILD b/PKGBUILD
index 783c86ffd522..66a62c8dbed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="https://xgi.github.io/castero"
license=('MIT')
depends=('python-requests' 'python-vlc')
+#checkdepends=('python-codecov' 'python-coverage' 'python-pytest')
makedepends=('git')
provides=($_pkgname)
conflicts=($_pkgname)
@@ -25,6 +26,11 @@ pkgver() {
# python setup.py build
#}
+#check() {
+# cd $pkgname
+# python -m pytest tests
+#}
+
package() {
cd $pkgname
python setup.py install --root="$pkgdir/" --optimize=1