summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobin Candau2023-04-15 01:12:56 +0200
committerRobin Candau2023-04-15 01:12:56 +0200
commitab0b4616c8f48c2a45a576b0af75248a3684c371 (patch)
tree53574181fbf380be304da9da4bb1ac5c8242dd04 /PKGBUILD
parenta679df6d9f43016ec8a135d863585c69f548e6e0 (diff)
downloadaur-ab0b4616c8f48c2a45a576b0af75248a3684c371.tar.gz
Use the appropriate test in check()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38cb15a23d14..6c982254b8f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=blahaj-git
_pkgname="${pkgname%-git}"
pkgver=2.0.0.r12.1431f97
-pkgrel=1
+pkgrel=2
pkgdesc="Gay sharks at your local terminal - lolcat-like CLI tool (git version)"
arch=('x86_64')
url="https://blahaj.queer.software"
@@ -27,7 +27,7 @@ build () {
check () {
cd "${_pkgname}"
- make test
+ make test_mt
}
package() {