summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122015-08-25 15:49:02 +0200
committerwillemw122015-08-25 15:49:02 +0200
commit776cff046db1e7fb02be942c73e5383dac22e35f (patch)
tree709957c85dcbe896891ba19db4abe61c38cb41dd /PKGBUILD
parent759d88d085ca0a5ec7e85d5a700b841551bb04cf (diff)
downloadaur-776cff046db1e7fb02be942c73e5383dac22e35f.tar.gz
Added depends: python2-mako
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8aec336d56e6..86f40b58e82d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=sickrage
pkgname=$_pkgname-git
-pkgver=4.0.24.r2.gf9246bc
+pkgver=4.0.54.r0.g3fb81bd
pkgrel=1
pkgdesc="A PVR application that downloads and manages your TV shows. Echel0n fork of sickbeard, with tvrage and torrents support."
arch=('any')
url="https://github.com/SiCKRAGETV/SickRage"
license=('GPL3')
-depends=('python2-cheetah')
+depends=('python2-mako' 'python2-cheetah')
makedepends=('git')
optdepends=('python2-notify: desktop notifications'
'python2-pyopenssl: enable ssl'