From 5b82411efdcecee07f17dd2695499bf26a533724 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sat, 13 Jan 2024 14:31:54 +0100 Subject: [PATCH] upgpkg: python-libthumbor 2.0.2-2 syntax improvments --- python-libthumbor/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-libthumbor/PKGBUILD b/python-libthumbor/PKGBUILD index 134e83a..aa3193e 100644 --- a/python-libthumbor/PKGBUILD +++ b/python-libthumbor/PKGBUILD @@ -8,8 +8,8 @@ pkgdesc="Python's extensions to thumbor" arch=(any) url="https://github.com/thumbor/libthumbor" license=('MIT') -depends=(python) -makedepends=(python-build python-installer python-poetry python-poetry-core) +depends=('python') +makedepends=('python-build' 'python-installer' 'python-poetry' 'python-poetry-core') source=("https://github.com/thumbor/libthumbor/archive/$pkgver.tar.gz") b2sums=('7682aeff1b7ea0cb026d08c16e73ffed2f3b9d59aa2329ca7d3fcb910860c9f495de53cfb17b651402af5e7166043634c1df334b8a8cc2c912a352b9e36157a1')