diff --git a/.gitignore b/.gitignore index 5770ee1..e0812ec 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ build/ compile_commands.json testpython +src/ +pkg/ +*.tar.* +zshell/ diff --git a/PKGBUILD b/PKGBUILD index 16b02ca..68b4eb0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ license=('GPL-3.0-only') depends=('python' 'python-pillow' 'python-materialyoucolor' 'libnotify' 'swappy' 'dart-sass' 'app2unit' 'wl-clipboard' 'dconf' 'cliphist') makedepends=('python-build' 'python-installer' 'python-hatch' 'python-hatch-vcs') -source=("$pkgname::git+$url.git") +source=("$pkgname::git+$url.git#branch=cli-tool") sha256sums=('SKIP') build() { diff --git a/cli/src/zshell/__pycache__/__init__.cpython-314.pyc b/cli/src/zshell/__pycache__/__init__.cpython-314.pyc index d26b5cb..59c8399 100644 Binary files a/cli/src/zshell/__pycache__/__init__.cpython-314.pyc and b/cli/src/zshell/__pycache__/__init__.cpython-314.pyc differ