summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-04-15 01:12:56 +0200
committerRobin Candau2023-04-15 01:12:56 +0200
commitab0b4616c8f48c2a45a576b0af75248a3684c371 (patch)
tree53574181fbf380be304da9da4bb1ac5c8242dd04
parenta679df6d9f43016ec8a135d863585c69f548e6e0 (diff)
downloadaur-ab0b4616c8f48c2a45a576b0af75248a3684c371.tar.gz
Use the appropriate test in check()
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e47e1f01fddc..6e3d460053ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blahaj-git
pkgdesc = Gay sharks at your local terminal - lolcat-like CLI tool (git version)
pkgver = 2.0.0.r12.1431f97
- pkgrel = 1
+ pkgrel = 2
url = https://blahaj.queer.software
arch = x86_64
license = BSD
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() {