upgpkg: python-libthumbor 2.0.2-4

change into source tree before running tests
This commit is contained in:
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 pkgbase = python-libthumbor
pkgdesc = Python extensions to thumbor pkgdesc = Python extensions to thumbor
pkgver = 2.0.2 pkgver = 2.0.2
pkgrel = 3 pkgrel = 4
url = https://github.com/thumbor/libthumbor url = https://github.com/thumbor/libthumbor
arch = any arch = any
license = MIT license = MIT

View File

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