upgpkg: python-libthumbor 2.0.2-2

This commit is contained in:
2023-05-26 08:39:10 +02:00
parent 6d6719de94
commit 204bd73707
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = python-libthumbor
pkgdesc = Python's extensions to thumbor
pkgver = 2.0.2
pkgrel = 1
pkgrel = 2
url = https://github.com/thumbor/libthumbor
arch = any
license = MIT

View File

@@ -3,7 +3,7 @@
pkgname=python-libthumbor
_name=${pkgname#python-}
pkgver=2.0.2
pkgrel=1
pkgrel=2
pkgdesc="Python's extensions to thumbor"
arch=(any)
url="https://github.com/thumbor/libthumbor"
@@ -15,7 +15,7 @@ b2sums=('7682aeff1b7ea0cb026d08c16e73ffed2f3b9d59aa2329ca7d3fcb910860c9f495de53c
build() {
cd "$_name-$pkgver"
python -m build --wheel --no-isolation
python -m build --wheel --no-isolation --skip-dependency-check
}
package() {