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:10 +0200 |
commit | a8d0c1e77c964fcb06d36c88295f4adc04be7606 (patch) | |
tree | 14102dea7d20dcbed9b0063acc5f1bc28d58fad0 /PKGBUILD | |
parent | 83d141df5d1080790718557a23772177f4ca4bb9 (diff) | |
download | pkgbuilds-a8d0c1e77c964fcb06d36c88295f4adc04be7606.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
@@ -4,7 +4,7 @@ pkgname=dvorak-se pkgver=1 pkgrel=2 -pkgdesc="A (non-standard) Swedish dvorak keyboard layout. (Console driver, for the Xorg driver checkout the sv_dvorak package.)" +pkgdesc="A Swedish dvorak keyboard layout (Console driver)" arch=(any) url="http://tlundqvist.org/sv_dvorak/" license=('GPL') @@ -18,4 +18,4 @@ package() { install -Dm644 dvorak-se.map.gz "$pkgdir"/usr/share/kbd/keymaps/i386/dvorak/ } -# vim: set ts=4 sw=4 noet: +# vim: set ts=2 sts=2 sw=2 noet: |