summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Appel2019-11-29 11:26:09 +0100
committerSascha Appel2019-11-29 11:26:09 +0100
commit9b27d5ee5fa4a33295bb9818a4348dfeda7457d7 (patch)
treefea391ca39448b2ff5cacf8fdab92057a020688f
parent324bddbaad0ea2ab7055d07c6141b703f1f46cb7 (diff)
downloadaur-9b27d5ee5fa4a33295bb9818a4348dfeda7457d7.tar.gz
add git to make dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0583151c6a8..c20f92067862 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = tuir
pkgdesc = Terminal UI for Reddit, forked from discontinued rtv
pkgver = 1.28.3
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/ajak/tuir/
arch = any
license = MIT
+ makedepends = git
makedepends = python-setuptools
depends = python-beautifulsoup4
depends = python-decorator
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() {