Skip to content

Commit 78eb1dd

Browse files
committed
Fix AUR dependency name for textual-fastdatatable
Change python-textual-fastdatatable-latest to python-textual-fastdatatable as the -latest variant doesn't exist in AUR. Fixes #85
1 parent 3e1dc6d commit 78eb1dd

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

aur/.SRCINFO

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pkgbase = python-sqlit-tui
1+
pkgbase = sqlit
22
pkgdesc = The lazygit of SQL databases - a lightweight TUI for SQL Server, PostgreSQL, MySQL, SQLite, and more
33
pkgver = 1.2.1.3
44
pkgrel = 1
@@ -11,7 +11,7 @@ pkgbase = python-sqlit-tui
1111
makedepends = python-hatch-vcs
1212
depends = python
1313
depends = python-textual
14-
depends = python-textual-fastdatatable-latest
14+
depends = python-textual-fastdatatable
1515
depends = python-pyperclip
1616
depends = python-keyring
1717
depends = python-docker
@@ -26,7 +26,10 @@ pkgbase = python-sqlit-tui
2626
optdepends = python-snowflake-connector-python: Snowflake support
2727
optdepends = python-paramiko: SSH tunnel support
2828
optdepends = python-sshtunnel: SSH tunnel support
29+
provides = python-sqlit-tui
30+
conflicts = python-sqlit-tui
31+
replaces = python-sqlit-tui
2932
source = https://files.pythonhosted.org/packages/source/s/sqlit-tui/sqlit_tui-1.2.1.3.tar.gz
3033
sha256sums = 746eed41e776810efe71e731df753a0b6fac420f67d21da77cf0a7e51122c9d1
3134

32-
pkgname = python-sqlit-tui
35+
pkgname = sqlit

aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ replaces=('python-sqlit-tui')
1212
depends=(
1313
'python'
1414
'python-textual'
15-
'python-textual-fastdatatable-latest'
15+
'python-textual-fastdatatable'
1616
'python-pyperclip'
1717
'python-keyring'
1818
'python-docker'

0 commit comments

Comments
 (0)