diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-06 03:24:55 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:25:52 +0200 |
commit | 16f96cdc67987faa9d376f6ded217d427b6c6c70 (patch) | |
tree | f93b23de1895145dc1f75e99d8ede0c0c6af23c7 /PKGBUILD | |
parent | e00f28c32656df23882e1774daf509fc30a92e0b (diff) | |
download | pkgbuilds-16f96cdc67987faa9d376f6ded217d427b6c6c70.tar.xz |
Various stylistic housekeeping...
Might change tabs to be 4 spaces tho..
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ pkgname=sv_dvorak pkgver=1 pkgrel=3 -pkgdesc="A (non-standard) Swedish dvorak keyboard layout. (Xorg driver, for console driver checkout the dvorak-se package.)" +pkgdesc="A Swedish dvorak keyboard layout (Xorg driver)" arch=(any) url="http://tlundqvist.org/sv_dvorak/" license=('GPL') @@ -16,4 +16,4 @@ package() { install -Dm644 se_sv_dvorak_new.xorg "$pkgdir"/usr/share/X11/xkb/symbols/se_sv_dvorak } -# vim: set ts=4 sw=4 noet: +# vim: set ts=2 sts=2 sw=2 noet: |