diff options
author | Jose Riha | 2021-12-30 22:13:00 +0100 |
---|---|---|
committer | Jose Riha | 2021-12-30 22:13:00 +0100 |
commit | dc4f47ee6f0efbfcc83e81faa2d9f38db88b4277 (patch) | |
tree | 4f05ab349515c4b0b08b3d691bde61902857088f /PKGBUILD | |
parent | 0aa1539ca045e23249bf2a75236154ec6ded7ec6 (diff) | |
download | aur-dc4f47ee6f0efbfcc83e81faa2d9f38db88b4277.tar.gz |
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -3,7 +3,7 @@ # Contributor: alium pkgname=televize -pkgver=33 +pkgver=34 pkgrel=1 pkgdesc="CLI aplication to watch mainly Czech television streams" arch=('any') @@ -11,14 +11,13 @@ url="http://xpisar.wz.cz" license=('GPL') depends=('bash' 'wget' 'grep' 'sed' 'ctstream') makedepends=('gendesk') -optdepends=('mplayer: for MPlayer backend' - 'mpv: for MPV backend' +optdepends=('mplayer: for MPlayer backend' 'mpv: for MPV backend' 'rofi: for channel selection using rofi' 'fzf: for channel selection in console using fzf') install=${pkgname}.install source=(http://xpisar.wz.cz/${pkgname}/${pkgname}-${pkgver} televize-menu) -sha256sums=('f46a9ac374e2a2a2f496160540f6977e9e34a8df1aaa007ca53ae3bbff1ea1b3' +sha256sums=('f5fe368cb141a883a85c36beaade9186ffae43dccbfe074a3199a9f61605a66e' 'f5366f74ee174cf6fd049ab5e43c70f14d93cad41ef66847059105c568973003') prepare() { |