Date: Wednesday, February 15, 2023 @ 13:17:43
  Author: artafinde
Revision: 1400647

upgpkg: coeurl 0.3.0-2

Modified:
  coeurl/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-15 12:21:29 UTC (rev 1400646)
+++ PKGBUILD    2023-02-15 13:17:43 UTC (rev 1400647)
@@ -10,9 +10,8 @@
 url="https://nheko.im/nheko-reborn/coeurl";
 license=('MIT')
 depends=(gcc-libs glibc)
-makedepends=(curl doctest fmt libevent meson spdlog)
+makedepends=(curl fmt libevent meson spdlog)
 provides=(libcoeurl.so)
-options=(!lto)
 
source=("https://nheko.im/nheko-reborn/coeurl/-/archive/v$pkgver/coeurl-v$pkgver.tar.gz";)
 sha256sums=('48b07482364edcbed03e352f6b8b07e327c331eaa45707ad58e62930fa361382')
 
b2sums=('44c990a978f5970afacadff858502db5efd6709f8e5dcf43eeecfabda7f93262258a8a9fd7b1b411b8e28156657e02e1ceb532f9675265fe9f8143f4b07d844f')
@@ -22,9 +21,12 @@
   meson compile -C build
 }
 
-# tests fail and need cmake to detect doctest dependency enable them with 
`-Dtests=true`
+# Tests fail 
+# - Needs cmake to properly detect doctest dependency 
https://github.com/doctest/doctest/issues/742
+# - Needs to enable them with `-D tests=true`
+# - Needs to execute ./scripts/run_testserver.sh and 
./scripts/run_tls_testserver.sh prior to tests
 # check() {
-#   meson test -C build
+#   ninja test -C build
 # }
 
 package() {

Reply via email to