summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoras3ii2020-06-27 22:06:35 +0200
committeras3ii2020-06-27 22:06:35 +0200
commit2a0693f6ecf1d3d7a5a277cec011e246fb208571 (patch)
tree50a7372ad1130e6b560e7998f993a84b10182715
parent585780a48b8cd5f438f582430f00e24e0bcd1971 (diff)
downloadaur-2a0693f6ecf1d3d7a5a277cec011e246fb208571.tar.gz
fixed typo
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a53ddcb0b6f9..d456f78e537a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('MIT')
depends=(pam)
makedepends=(git go make pam)
optdepends=('xorg-server'
- 'xorg-xauth: required if using xorgserver'
- 'wayland: alternative to xorg')
+ 'xorg-xauth: required if using xorg-server'
+ 'wayland: alternative to xorg-server')
provides=("emptty")
backup=('etc/emptty/conf')
source=("git+${url}.git")