summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlucas-yotsui2024-12-30 15:50:35 +0000
committerlucas-yotsui2024-12-30 15:50:35 +0000
commitc45f002b55016d7c73016a739c92f0f319824eda (patch)
treecd46c6f0bc2550e5a544d8759d790ddd32e81835 /PKGBUILD
parent51893e9587434d54cfbbf111c72f1be25cab7ef9 (diff)
downloadaur-ghostty_wrapper.tar.gz
Update AUR package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26197340bd69..a53e68608720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ghostty_wrapper
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Wrapper for using ghostty as the default terminal emulator in Gnome'
arch=(any)
depends=('ghostty')
@@ -18,7 +18,7 @@ package() {
chmod +x "${pkgdir}/usr/bin/ghostty_wrapper"
# Symlink the script to the gnome-terminal (used by Gnome as the default)
- sudo ln -sf "${pkgdir}/usr/bin/ghostty_wrapper" "/usr/bin/gnome-terminal"
+ sudo ln -sf "/usr/bin/ghostty_wrapper" "/usr/bin/gnome-terminal"
# Try to set ghostty as the default terminal emulator (this apparently is deprecated, but who knows)
gsettings set org.gnome.desktop.default-applications.terminal exec ghostty