summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSascha Appel2019-11-29 11:26:09 +0100
committerSascha Appel2019-11-29 11:26:09 +0100
commit9b27d5ee5fa4a33295bb9818a4348dfeda7457d7 (patch)
treefea391ca39448b2ff5cacf8fdab92057a020688f /PKGBUILD
parent324bddbaad0ea2ab7055d07c6141b703f1f46cb7 (diff)
downloadaur-9b27d5ee5fa4a33295bb9818a4348dfeda7457d7.tar.gz
add git to make dependencies
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() {