upgpkg: python-libthumbor 2.0.2-4

change into source tree before running tests
This commit is contained in:
Giovanni Harting 2024-03-29 01:00:21 +01:00
parent 387d5a66e1
commit 32e1ef9fd2
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-libthumbor
pkgdesc = Python extensions to thumbor
pkgver = 2.0.2
pkgrel = 3
pkgrel = 4
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=3
pkgrel=4
pkgdesc='Python extensions to thumbor'
arch=(any)
url='https://github.com/thumbor/libthumbor'
@ -20,6 +20,7 @@ build() {
}
check() {
cd $_name-$pkgver
pytest
}