From 4e4cfce003dca31f11ee7c2c40f7461a87267fac Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sat, 13 Jan 2024 16:54:58 +0100 Subject: [PATCH] upgpkg: thumbor 7.7.3-3 added missing dep --- thumbor/.SRCINFO | 3 ++- thumbor/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/thumbor/.SRCINFO b/thumbor/.SRCINFO index 047ae45..76c85ba 100644 --- a/thumbor/.SRCINFO +++ b/thumbor/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = thumbor pkgdesc = open-source photo thumbnail service pkgver = 7.7.3 - pkgrel = 2 + pkgrel = 3 url = https://github.com/thumbor/thumbor arch = x86_64 license = MIT @@ -20,6 +20,7 @@ pkgbase = thumbor depends = python-derpconf depends = python-socketfromfd depends = python-piexif + depends = python-jpegiptc backup = etc/thumbor.conf source = https://github.com/thumbor/thumbor/archive/7.7.3.tar.gz source = thumbor.service diff --git a/thumbor/PKGBUILD b/thumbor/PKGBUILD index 516758d..9dc1ed6 100644 --- a/thumbor/PKGBUILD +++ b/thumbor/PKGBUILD @@ -2,12 +2,12 @@ pkgname=thumbor pkgver=7.7.3 -pkgrel=2 +pkgrel=3 pkgdesc="open-source photo thumbnail service" arch=(x86_64) url="https://github.com/thumbor/thumbor" license=(MIT) -depends=(python python-colorama python-pycurl python-opencv python-cairosvg python-tornado gifsicle python-libthumbor python-derpconf python-socketfromfd python-piexif) +depends=(python python-colorama python-pycurl python-opencv python-cairosvg python-tornado gifsicle python-libthumbor python-derpconf python-socketfromfd python-piexif python-jpegiptc) makedepends=(python-setuptools) checkdepends=(python-pytest python-preggy python-pyssim) backup=("etc/thumbor.conf")