makedeb


tuir 1.29.0-0


Browse Reddit from your terminal (rtv fork)

Click here to go back to the commit logs for tuir.

Commit:


Hash: 9b27d5ee5fa4a33295bb9818a4348dfeda7457d7

Message: add git to make dependencies

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a058315..c20f920 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 2bacdcd..6dfdca4 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() {