summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Harting2024-03-29 01:00:21 +0100
committerGiovanni Harting2024-03-29 01:00:21 +0100
commit8e7e26ece61acf9224353c8e9e2347c49a3b79c7 (patch)
treee74ed1853bfc15f08881375d074f44b3810234bb /PKGBUILD
parenta2584c7434312c8f4d7ab14e337953d45dfc8aad (diff)
downloadaur-python-libthumbor.tar.gz
upgpkg: python-libthumbor 2.0.2-4
change into source tree before running tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9d0b4d4c516..890e549cb9ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}