Skip to content

Commit dcff8e5

Browse files
committed
Fix aur packages
1 parent 146be73 commit dcff8e5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

aur/PKGBUILD

Lines changed: 8 additions & 8 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.5.1
3+
pkgver=1.1.5
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=(
10-
'python>=3.10'
11-
'python-textual>=6.9.0'
12-
'python-textual-fastdatatable>=0.12.0'
13-
'python-pyperclip>=1.8.2'
14-
'python-keyring>=24.0.0'
15-
'python-docker>=7.0.0'
10+
'python'
11+
'python-textual'
12+
'python-textual-fastdatatable'
13+
'python-pyperclip'
14+
'python-keyring'
15+
'python-docker'
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=('7208de056cabafb2a47f1c47478ab99e9f1dbac6c2cd5f2d8a2953badf3a9b2d')
32+
sha256sums=('3d851579f4bfa44101fb834fcea16bd46117aa4a89cd02a6d7aa5ff8c322fff0')
3333

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

0 commit comments

Comments
 (0)