summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2021-09-19 10:07:30 -0700
committerDonald Webster2021-09-19 10:07:30 -0700
commit93121343aae2238e705bc874aecae436fb384dc3 (patch)
tree97be02b0a8831c68ce339472b80a49678a856631 /PKGBUILD
parent1f42b57bcccfa5dc238ae59461a9a15108e8251e (diff)
downloadaur-93121343aae2238e705bc874aecae436fb384dc3.tar.gz
Add depends python-cheroot.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5199ad25ef2b..f5e523e22def 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sabnzbd
pkgver=3.4.0
-pkgrel=3
+pkgrel=4
pkgdesc='A web-interface based binary newsgrabber with NZB file support'
url='http://www.sabnzbd.org'
arch=('any')
@@ -16,6 +16,7 @@ depends=(
'python-feedparser'
'python-configobj'
'python-cherrypy'
+ 'python-cheroot'
'python-guessit'
'python-portend'
'python-puremagic'