Package Details: televize-git r46.06637c4-1

Git Clone URL: https://aur.archlinux.org/televize-git.git (read-only, click to copy)
Package Base: televize-git
Description: CLI aplication to watch Czech television streams
Upstream URL: https://github.com/ziima/televize
Licenses: Apache
Conflicts: televize
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 0
Popularity: 0.000000
First Submitted: 2015-12-11 21:35 (UTC)
Last Updated: 2017-02-28 22:33 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

alium commented on 2017-02-21 13:45 (UTC)

please update! pkgname=televize-git pkgdesc="CLI aplication to watch Czech television streams" pkgver=r45.be6789c pkgrel=1 arch=('any') url="https://github.com/ziima/televize" license=('apache') depends=('python' 'python-requests' 'python-m3u8' 'python-lxml' 'python-docopt' 'python-iso8601') conflicts=('televize') optdepends=('mplayer: for MPlayer backend' 'mpv: for MPV backend' 'vlc: for VLC backend') source=("${pkgname}"::'git+https://github.com/ziima/televize.git') md5sums=('SKIP') pkgver() { cd "$srcdir/${pkgname}" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { cd ${srcdir}/${pkgname} python setup.py install --root="$pkgdir/" --prefix=/usr }