summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordec05eba2020-06-24 17:25:24 +0200
committerdec05eba2020-06-24 17:25:24 +0200
commitd3c618ee78f6a7dffd2285b12d6cd64dca1894aa (patch)
treec80a5a0db3e71f72d62d1815693f54f6b1f4429e /PKGBUILD
parentf1f7eca4b84c40f54ecf61dafe14f21f2b515632 (diff)
downloadaur-d3c618ee78f6a7dffd2285b12d6cd64dca1894aa.tar.gz
Add git as a make depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34850d314e72..b9999396bdeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=automedia-git
pkgver=r66.fc394eb
-pkgrel=1
+pkgrel=2
pkgdesc='Automatically track new releases of media and download them. Supports torrents using rss (nyaa.si) and manga sites using html.'
arch=('any')
url="https://git.dec05eba.com/AutoMedia"
license=('GPL3')
+makedepends=('git')
depends=('python' 'python-feedparser' 'python-transmissionrpc' 'python-lxml' 'python-requests' 'python-protobuf' 'transmission-cli')
optdepends=('libnotify')
provides=('automedia')