summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49245a59043e..e02fc75ad1f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: foldex <foldex (a) pm |dot| me>
pkgname=reflex-curses
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
pkgdesc="A TUI/CLI twitch.tv streamlink wrapper. Fork of twitch-curses."
arch=('any')
url="https://github.com/foldex/reflex-curses"
@@ -10,7 +10,7 @@ depends=('python' 'python-requests' 'python-urllib3' 'streamlink' 'util-linux')
optdepends=('mpv: Default player for streams'
'xclip: Copy channel urls to clipboard')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9dd7b8c2928f5789753da55757375c3798c6a95a91efd523c4b33aa0e0e86f6d')
+sha256sums=('d4cc09f6b42ca8b55e33c22426e8498984d42c480c1eac1c55d9574276c1c299')
package() {
cd "$pkgname-$pkgver"