Skip to content

Commit 29cef65

Browse files
committed
Rename AUR package
1 parent f6dddae commit 29cef65

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Publish to AUR
119119
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
120120
with:
121-
pkgname: python-sqlit-tui
121+
pkgname: sqlit
122122
pkgbuild: ./aur/PKGBUILD
123123
commit_username: Peter
124124
commit_email: peter.w.adams96@gmail.com

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ uv tool install sqlit-tui
111111
pip install sqlit-tui
112112

113113
# Arch Linux (AUR)
114-
yay -S python-sqlit-tui
114+
yay -S sqlit
115115
```
116116

117117
## Usage

aur/PKGBUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Maintainer: Peter <peter.w.adams96@gmail.com>
2-
pkgname=python-sqlit-tui
2+
pkgname=sqlit
33
pkgver=1.2.1.3
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')
9+
provides=('python-sqlit-tui')
10+
conflicts=('python-sqlit-tui')
11+
replaces=('python-sqlit-tui')
912
depends=(
1013
'python'
1114
'python-textual'

0 commit comments

Comments
 (0)