summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcorbie2016-05-24 20:06:05 +0200
committercorbie2016-05-24 20:06:05 +0200
commita07b26c2b7f41d491eb5d4f98a6bbb6a91a72088 (patch)
treedc92427aa0b9e5d9d3f66cfcfffb0f235643e275 /PKGBUILD
parent07b847255a2a69425d0abfa24ff3c247d8efe01d (diff)
downloadaur-a07b26c2b7f41d491eb5d4f98a6bbb6a91a72088.tar.gz
minor fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c51a8d35f540..819fb08e98f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: corbie
pkgname=twitch-curses
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Terminal-based twitch.tv browser / livestreamer frontend"
arch=('any')
url="https://gitlab.com/corbie/twitch-curses"
@@ -14,4 +14,4 @@ package() {
cd "$srcdir"
install -Dm755 twitch-curses.py \
"${pkgdir}/usr/bin/twitch-curses"
-} \ No newline at end of file
+}