Skip to content

Commit f927085

Browse files
committed
Fix AUR compatibility
1 parent 824ad79 commit f927085

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ uv tool install sqlit-tui
109109

110110
# pip
111111
pip install sqlit-tui
112+
113+
# Arch Linux (AUR)
114+
yay -S python-sqlit-tui
112115
```
113116

114117
## Usage

aur/.SRCINFO

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
pkgbase = python-sqlit-tui
22
pkgdesc = The lazygit of SQL databases - a lightweight TUI for SQL Server, PostgreSQL, MySQL, SQLite, and more
3-
pkgver = 0.5.1
3+
pkgver = 1.1.5
44
pkgrel = 1
55
url = https://github.com/Maxteabag/sqlit
66
arch = any
77
license = MIT
88
makedepends = python-build
99
makedepends = python-installer
1010
makedepends = python-hatchling
11-
depends = python>=3.10
12-
depends = python-textual>=6.9.0
13-
depends = python-textual-fastdatatable>=0.12.0
14-
depends = python-pyperclip>=1.8.2
15-
depends = python-keyring>=24.0.0
16-
depends = python-docker>=7.0.0
11+
depends = python
12+
depends = python-textual
13+
depends = python-textual-fastdatatable-latest
14+
depends = python-pyperclip
15+
depends = python-keyring
16+
depends = python-docker
1717
optdepends = python-psycopg2: PostgreSQL, CockroachDB and Supabase support
1818
optdepends = python-pyodbc: SQL Server support
1919
optdepends = python-pymysql: MySQL support
@@ -25,7 +25,7 @@ pkgbase = python-sqlit-tui
2525
optdepends = python-snowflake-connector-python: Snowflake support
2626
optdepends = python-paramiko: SSH tunnel support
2727
optdepends = python-sshtunnel: SSH tunnel support
28-
source = https://files.pythonhosted.org/packages/source/s/sqlit-tui/sqlit_tui-0.5.1.tar.gz
29-
sha256sums = 7208de056cabafb2a47f1c47478ab99e9f1dbac6c2cd5f2d8a2953badf3a9b2d
28+
source = https://files.pythonhosted.org/packages/source/s/sqlit-tui/sqlit_tui-1.1.5.tar.gz
29+
sha256sums = 3d851579f4bfa44101fb834fcea16bd46117aa4a89cd02a6d7aa5ff8c322fff0
3030

3131
pkgname = python-sqlit-tui

aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license=('MIT')
99
depends=(
1010
'python'
1111
'python-textual'
12-
'python-textual-fastdatatable'
12+
'python-textual-fastdatatable-latest'
1313
'python-pyperclip'
1414
'python-keyring'
1515
'python-docker'

0 commit comments

Comments
 (0)