summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4571036c0cef..0ef5bbada723 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = sickrage-git
pkgdesc = A PVR application that downloads and manages your TV shows. Echel0n fork of sickbeard, with tvrage and torrents support.
- pkgver = 4.0.24.r2.gf9246bc
+ pkgver = 4.0.54.r0.g3fb81bd
pkgrel = 1
url = https://github.com/SiCKRAGETV/SickRage
install = sickrage-git.install
arch = any
license = GPL3
makedepends = git
+ depends = python2-mako
depends = python2-cheetah
optdepends = python2-notify: desktop notifications
optdepends = python2-pyopenssl: enable ssl
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'