Package Details: regex-tui 0.7.0-1

Git Clone URL: https://aur.archlinux.org/regex-tui.git (read-only, click to copy)
Package Base: regex-tui
Description: A simple TUI to visualize regular expressions right in your terminal.
Upstream URL: https://github.com/vitor-mariano/regex-tui
Licenses: MIT
Submitter: vitormariano
Maintainer: vitormariano
Last Packager: vitormariano
Votes: 0
Popularity: 0.000000
First Submitted: 2025-11-20 01:29 (UTC)
Last Updated: 2026-02-21 00:43 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

vitormariano commented on 2025-12-22 13:20 (UTC)

@cknoblauch fixed. Thanks for reporting.

cknoblauch commented on 2025-12-22 13:05 (UTC)

Build is failing for current version, as the build target name changed in the Makefile:

==> Making package: regex-tui 0.5.0-1 (Mon 22 Dec 2025 09:59:16 AM -03)
==> Retrieving sources...
  -> Found regex-tui-0.5.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    regex-tui-0.5.0.tar.gz ... Passed
:: (1/1) Parsing SRCINFO: regex-tui
==> Making package: regex-tui 0.5.0-1 (Mon 22 Dec 2025 09:59:17 AM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found regex-tui-0.5.0.tar.gz
==> Validating source files with sha256sums...
    regex-tui-0.5.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting regex-tui-0.5.0.tar.gz with bsdtar
==> Sources are ready.
==> Making package: regex-tui 0.5.0-1 (Mon 22 Dec 2025 09:59:18 AM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
make: *** No rule to make target 'build'.  Stop.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: regex-tui-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
regex-tui - exit status 4

After changing the make target to bin/regex-tui the package built successfully.