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-01 16:03:39 +0200 |
commit | 44ce52c57d467d59d7e39d898097d942c28221fa (patch) | |
tree | 57c36ec7ee2b52ddf94b647f0c518459650e3d2b | |
parent | c47bbc427cdc3a85560cd3c7ffe03ef6499af5c3 (diff) | |
download | pkgbuilds-44ce52c57d467d59d7e39d898097d942c28221fa.tar.xz |
Various stylistic housekeeping...
Might change tabs to be 4 spaces tho..
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,14 +9,14 @@ url="http://github.com/kyrias/sv-dvorak-extended" license=('GPL') depends=('xorg-server') makedepends=('git') -install='sv-dvorak-extended.install' +install=sv-dvorak-extended.install source=('git+https://github.com/kyrias/sv-dvorak-extended.git' - 'sv-dvorak-extended.install') + 'sv-dvorak-extended.install') md5sums=('SKIP' - 'f6b9dc0d45e3742a865d39b8e20366b8') + 'f6b9dc0d45e3742a865d39b8e20366b8') -package() { +package() { install -Dm644 sv-dvorak-extended/sv-dvorak-extended "$pkgdir"/usr/share/X11/xkb/symbols/sv-dvorak-extended } -# vim: set ts=4 sw=4 noet: +# vim: set ts=2 sts=2 sw=2 noet: |