summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordec05eba2020-06-24 17:25:24 +0200
committerdec05eba2020-06-24 17:25:24 +0200
commitd3c618ee78f6a7dffd2285b12d6cd64dca1894aa (patch)
treec80a5a0db3e71f72d62d1815693f54f6b1f4429e
parentf1f7eca4b84c40f54ecf61dafe14f21f2b515632 (diff)
downloadaur-d3c618ee78f6a7dffd2285b12d6cd64dca1894aa.tar.gz
Add git as a make depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e716f9f07620..688fcc15a65b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = automedia-git
pkgdesc = Automatically track new releases of media and download them. Supports torrents using rss (nyaa.si) and manga sites using html.
pkgver = r66.fc394eb
- pkgrel = 1
+ pkgrel = 2
url = https://git.dec05eba.com/AutoMedia
arch = any
license = GPL3
+ makedepends = git
depends = python
depends = python-feedparser
depends = python-transmissionrpc
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')