Package Details: tabularis-bin 0.17.0-1

Git Clone URL: https://aur.archlinux.org/tabularis-bin.git (read-only, click to copy)
Package Base: tabularis-bin
Description: A lightweight, developer-focused database management tool
Upstream URL: https://github.com/TabularisDB/tabularis
Licenses: custom
Conflicts: tabularis
Provides: tabularis
Submitter: debba
Maintainer: debba
Last Packager: debba
Votes: 1
Popularity: 0.020877
First Submitted: 2026-01-28 17:07 (UTC)
Last Updated: 2026-07-27 20:11 (UTC)

Pinned Comments

PatoJAD commented on 2026-08-06 15:15 (UTC)

It was updated 3 days ago

https://github.com/TabularisDB/tabularis/releases/tag/v0.18.0

Latest Comments

debba commented on 2026-08-07 07:44 (UTC)

Until AUR re-enables package submissions, you can build it manually.

The PKGBUILD is available in the aur/ directory of our GitHub repository:

curl -O https://raw.githubusercontent.com/TabularisDB/tabularis/main/aur/PKGBUILD sed -i 's/^pkgver=.*/pkgver=0.18.0/' PKGBUILD updpkgsums # updates the SHA-256 checksum (requires pacman-contrib) less PKGBUILD # review it—that's the whole point makepkg -si

The package itself is very straightforward: it downloads the official .deb package from the corresponding GitHub release and repackages it for Arch Linux—nothing unusual or unexpected.

PatoJAD commented on 2026-08-06 15:15 (UTC)

It was updated 3 days ago

https://github.com/TabularisDB/tabularis/releases/tag/v0.18.0