From f4bc37b76a53a83a16203fa1c45c1e4fe4ea8e5d Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Tue, 16 Mar 2021 13:50:01 +0100 Subject: [PATCH] upgpkg: thumbor 7.0.0a5-3 --- thumbor/.SRCINFO | 2 +- thumbor/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thumbor/.SRCINFO b/thumbor/.SRCINFO index 14191c3..ef246b4 100644 --- a/thumbor/.SRCINFO +++ b/thumbor/.SRCINFO @@ -12,7 +12,7 @@ pkgbase = thumbor depends = python-opencv depends = python-exiv2 depends = python-cairosvg - depends = python-tornadoi + depends = python-tornado depends = gifsicle depends = python-libthumbor backup = etc/thumbor.conf diff --git a/thumbor/PKGBUILD b/thumbor/PKGBUILD index 0b6e585..c4f1c60 100644 --- a/thumbor/PKGBUILD +++ b/thumbor/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="open-source photo thumbnail service" arch=('x86_64') url="https://github.com/thumbor/thumbor" license=('MIT') -depends=(python python-colorful python-pycurl python-opencv python-exiv2 python-cairosvg python-tornadoi gifsicle python-libthumbor) +depends=(python python-colorful python-pycurl python-opencv python-exiv2 python-cairosvg python-tornado gifsicle python-libthumbor) makedepends=(python-setuptools) backup=("etc/thumbor.conf") source=("https://github.com/thumbor/thumbor/archive/$pkgver.tar.gz"