summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElie Donadio2023-12-07 22:17:29 +0100
committerElie Donadio2023-12-07 22:17:29 +0100
commit6fe7a79d1ac8adad3757b3ee47e4b82b59a073ba (patch)
tree2cfade123e67183ccaf6d954e418f8ee8604930b
parent3b52bfe3a337e44b398a2246c3012c8bf3707e61 (diff)
downloadaur-6fe7a79d1ac8adad3757b3ee47e4b82b59a073ba.tar.gz
Fixed the check() function
And first mistake, badlyl copy-pasted check() function
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e04218d9800..05a6e2f4d560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Elie Donadio <elidoset@gmail.com>
pkgname=yoga-git
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="The yoga flexbox layout engine's C++ library"
arch=(x86_64)
url="https://github.com/facebook/yoga"
@@ -41,6 +41,7 @@ build() {
}
check() {
+ cd "${srcdir}/yoga-${pkgver}"
ctest --test-dir build --output-on-failure
}