summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkotontrion2024-02-03 11:18:54 +0100
committerkotontrion2024-02-03 11:18:54 +0100
commiteb79b831f6130871530e2639a480aeca4aa44a61 (patch)
treef7378854caaaf9cab990525f440b8f6123d84525
parent120b546dec808555e3c002a2dccae8b260851017 (diff)
downloadaur-eb79b831f6130871530e2639a480aeca4aa44a61.tar.gz
fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc19a7e85fab..7172cde82c8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = aylurs-gtk-shell-git
depends = libpulse
depends = pam
optdepends = gnome-bluetooth-3.0: required for bluetooth service
- optdepends = greetd: required for grretd service
+ optdepends = greetd: required for greetd service
optdepends = libdbusmenu-gtk3: required for systemtray service
optdepends = libsoup3: required for the Utils.fetch feature
optdepends = libnotify: required for sending notifications
diff --git a/PKGBUILD b/PKGBUILD
index 6d6579c43663..5358ad0be923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('git' 'gobject-introspection' 'meson' 'npm' 'typescript')
depends=('gjs' 'glib2' 'glibc' 'gtk3' 'gtk-layer-shell' 'libpulse' 'pam')
optdepends=('gnome-bluetooth-3.0: required for bluetooth service'
- 'greetd: required for grretd service'
+ 'greetd: required for greetd service'
'libdbusmenu-gtk3: required for systemtray service'
'libsoup3: required for the Utils.fetch feature'
'libnotify: required for sending notifications'