Package Details: litecli 1.17.1-2

Git Clone URL: https://aur.archlinux.org/litecli.git (read-only, click to copy)
Package Base: litecli
Description: A command-line client for SQLite databases that has auto-completion and syntax highlighting.
Upstream URL: https://github.com/dbcli/litecli
Keywords: litecli sql sqlite
Licenses: BSD
Conflicts: litecli-git
Provides: litecli
Submitter: andrejr
Maintainer: andrejr
Last Packager: andrejr
Votes: 11
Popularity: 0.013630
First Submitted: 2018-12-20 10:29 (UTC)
Last Updated: 2026-06-03 13:34 (UTC)

Latest Comments

1 2 Next › Last »

andrejr commented on 2026-06-04 10:02 (UTC)

@snowball: done

snowball commented on 2026-03-13 05:47 (UTC)

Can you move python-llm to optdepends? It's optional as of v1.17.1: https://github.com/dbcli/litecli/releases/tag/v1.17.1

jaxvanyang commented on 2025-10-29 12:33 (UTC)

@andrejr Hi, this package needs update, could you please update it?

eb0687 commented on 2024-12-28 09:30 (UTC)

I am getting the below error:

ERROR Missing dependencies:
        setuptools-scm>=8; python_version >= "3.8"
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: litecli-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
litecli - exit status 4

jthvai commented on 2024-12-25 11:36 (UTC)

makedepends should include python-setuptools-scm, per this.

ficd commented on 2024-12-23 21:49 (UTC)

The checksum on downloading the source .tar.gz file is failing. litecli-git works for now.

sorcix commented on 2024-08-27 09:55 (UTC)

I had to add python-setuptools to makedepends to build this in a clean chroot.

andrejr commented on 2021-01-02 18:01 (UTC)

Updated, sorry for the delay.

txtsd commented on 2021-01-01 04:45 (UTC)

Thanks. If @andrejr can't update this themselves, they needs to add maintainers.

snowball commented on 2020-12-31 21:25 (UTC)

@txtsd: There was a new release earlier this month that includes the fix for the sqlparse issue:

diff --git a/PKGBUILD b/PKGBUILD
index 69467ec..39c1354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4 +4 @@ pkgname=litecli
-pkgver=1.3.2
+pkgver=1.5.0
@@ -26 +26 @@ conflicts=('litecli-git')
-md5sums=('dd19a67302b6108fdb17c3af5bbdac9b')
+md5sums=('0ff999a63dc9d0d44efe3c1e3ac96a85')