Skip to content

Commit 37ba8d9

Browse files
committed
Update packages in AUR
1 parent 4bc3c8c commit 37ba8d9

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

aur/.SRCINFO

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.3.5
3+
pkgver = 0.5.1
44
pkgrel = 1
55
url = https://github.com/Maxteabag/sqlit
66
arch = any
@@ -9,17 +9,23 @@ pkgbase = python-sqlit-tui
99
makedepends = python-installer
1010
makedepends = python-hatchling
1111
depends = python>=3.10
12-
depends = python-textual
13-
depends = python-pyodbc
14-
depends = python-pyperclip
15-
depends = python-sshtunnel
16-
depends = python-paramiko
17-
optdepends = python-psycopg2: PostgreSQL and CockroachDB support
12+
depends = python-textual>=6.10.0
13+
depends = python-textual-fastdatatable>=0.14.0
14+
depends = python-pyperclip>=1.8.2
15+
depends = python-keyring>=24.0.0
16+
depends = python-docker>=7.0.0
17+
optdepends = python-psycopg2: PostgreSQL, CockroachDB and Supabase support
18+
optdepends = python-pyodbc: SQL Server support
1819
optdepends = python-mysql-connector: MySQL support
20+
optdepends = python-mariadb-connector: MariaDB support
1921
optdepends = python-oracledb: Oracle support
20-
optdepends = python-mariadb: MariaDB support
2122
optdepends = python-duckdb: DuckDB support
22-
source = https://files.pythonhosted.org/packages/source/s/sqlit-tui/sqlit_tui-0.3.5.tar.gz
23-
sha256sums = 61ef2908a344cb8a22196d41975a4b91d17e23b1291199c8e55f93fbed051214
23+
optdepends = python-clickhouse-connect: ClickHouse support
24+
optdepends = python-requests: Cloudflare D1 support
25+
optdepends = python-snowflake-connector-python: Snowflake support
26+
optdepends = python-paramiko: SSH tunnel support
27+
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
2430

2531
pkgname = python-sqlit-tui

aur/PKGBUILD

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Maintainer: Peter <peter.w.adams96@gmail.com>
22
pkgname=python-sqlit-tui
3-
pkgver=0.3.5
3+
pkgver=0.5.1
44
pkgrel=1
55
pkgdesc="The lazygit of SQL databases - a lightweight TUI for SQL Server, PostgreSQL, MySQL, SQLite, and more"
66
arch=('any')
77
url="https://github.com/Maxteabag/sqlit"
88
license=('MIT')
99
depends=(
1010
'python>=3.10'
11-
'python-textual'
12-
'python-textual-fastdatatable'
13-
'python-pyperclip'
14-
'python-keyring'
15-
'python-docker'
11+
'python-textual>=6.10.0'
12+
'python-textual-fastdatatable>=0.14.0'
13+
'python-pyperclip>=1.8.2'
14+
'python-keyring>=24.0.0'
15+
'python-docker>=7.0.0'
1616
)
1717
optdepends=(
1818
'python-psycopg2: PostgreSQL, CockroachDB and Supabase support'
@@ -29,7 +29,7 @@ optdepends=(
2929
)
3030
makedepends=('python-build' 'python-installer' 'python-hatchling')
3131
source=("https://files.pythonhosted.org/packages/source/s/sqlit-tui/sqlit_tui-${pkgver}.tar.gz")
32-
sha256sums=('61ef2908a344cb8a22196d41975a4b91d17e23b1291199c8e55f93fbed051214')
32+
sha256sums=('7208de056cabafb2a47f1c47478ab99e9f1dbac6c2cd5f2d8a2953badf3a9b2d')
3333

3434
build() {
3535
cd "sqlit_tui-${pkgver}"

0 commit comments

Comments
 (0)