diff options
author | Giovanni Harting | 2024-03-29 01:00:21 +0100 |
---|---|---|
committer | Giovanni Harting | 2024-03-29 01:00:21 +0100 |
commit | 8e7e26ece61acf9224353c8e9e2347c49a3b79c7 (patch) | |
tree | e74ed1853bfc15f08881375d074f44b3810234bb /PKGBUILD | |
parent | a2584c7434312c8f4d7ab14e337953d45dfc8aad (diff) | |
download | aur-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-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |