summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bacdcd847ff..6dfdca446d3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Sascha Appel <sascha.appel@gmail.com>
pkgname=tuir
pkgver=1.28.3
-pkgrel=1
+pkgrel=2
pkgdesc="Terminal UI for Reddit, forked from discontinued rtv"
arch=('any')
url="https://gitlab.com/ajak/tuir/"
license=('MIT')
depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 'python-six' 'python-requests')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
source=("git+https://gitlab.com/ajak/tuir.git#tag=v$pkgver")
package() {