From bc9d1fa5dcfc410566fb25b8825c7a4844626da1 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Mon, 24 Jan 2022 00:07:46 +0100 Subject: [PATCH] upgpkg: thumbor 7.0.2-2 --- thumbor/.SRCINFO | 3 ++- thumbor/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/thumbor/.SRCINFO b/thumbor/.SRCINFO index 49ec23b..30875c5 100644 --- a/thumbor/.SRCINFO +++ b/thumbor/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = thumbor pkgdesc = open-source photo thumbnail service pkgver = 7.0.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/thumbor/thumbor arch = x86_64 license = MIT @@ -16,6 +16,7 @@ pkgbase = thumbor depends = gifsicle depends = python-libthumbor depends = python-derpconf + depends = python-socketfromfd backup = etc/thumbor.conf source = https://github.com/thumbor/thumbor/archive/7.0.2.tar.gz source = thumbor.service diff --git a/thumbor/PKGBUILD b/thumbor/PKGBUILD index 5ad68bc..765e33c 100644 --- a/thumbor/PKGBUILD +++ b/thumbor/PKGBUILD @@ -2,12 +2,12 @@ pkgname=thumbor pkgver=7.0.2 -pkgrel=1 +pkgrel=2 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-tornado gifsicle python-libthumbor python-derpconf) +depends=(python python-colorful python-pycurl python-opencv python-exiv2 python-cairosvg python-tornado gifsicle python-libthumbor python-derpconf python-socketfromfd) makedepends=(python-setuptools) backup=("etc/thumbor.conf") source=("https://github.com/thumbor/thumbor/archive/$pkgver.tar.gz"