summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2024-04-25 10:17:34 -0400
committerXenHat2024-04-25 10:17:34 -0400
commit559dc044e8f0a43ffd24fa32ea03c2160789cd3c (patch)
tree8b03314417909d42a7c086688e2ce99930445d43
parent519990618cebff0fbbce290b0b18aad72251d0f8 (diff)
downloadaur-559dc044e8f0a43ffd24fa32ea03c2160789cd3c.tar.gz
fix editor inserting spaces instead of tabs
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4f2f039bcbb..796dc5c30a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,9 +33,9 @@ optdepends=(
'nvidia-libgl: NVIDIA support'
'nvidia-utils: NVIDIA support'
'wine: More up-to-date, less buggy SLVoice support'
- 'xdg-desktop-portal-gtk: File picker portal (example)'
- 'xdg-desktop-portal-kde: File picker portal (example)'
- 'xdg-desktop-portal-hyprland: File picker portal (example)')
+ 'xdg-desktop-portal-gtk: File picker portal (example)'
+ 'xdg-desktop-portal-kde: File picker portal (example)'
+ 'xdg-desktop-portal-hyprland: File picker portal (example)')
provides=('alchemy-viewer')
# The release url format changes often, please keep this comment for easy switching.
source=('https://git.alchemyviewer.org/api/v4/projects/'"${_project_id}"'/packages/generic/'"${_releasename_underscored}/${pkgver}/${_pkgfolder}.tar.xz")