summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2014-08-04 18:10:35 +0200
committerJohannes Löthberg2015-06-08 12:25:52 +0200
commitb149963e68be3608b17236f5612c115944696730 (patch)
tree252f038000854a2b25957e5d46140a7f1933d0b3
parent47a9e4fd15efe18e3896cfee273592f09b6b6474 (diff)
downloadaur-b149963e68be3608b17236f5612c115944696730.tar.gz
Clean up PKGBUILD
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f0d22f7f746..77bacfa22988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: Johannes Löthberg <johannes@kyriasis.com>
-
pkgname=sv_dvorak
pkgver=1
pkgrel=3
+
pkgdesc="A Swedish dvorak keyboard layout (Xorg driver)"
-arch=(any)
url="http://tlundqvist.org/sv_dvorak/"
+arch=(any)
license=('GPL')
+
depends=('xorg-server')
+
install=sv_dvorak.install
+
source=("http://tlundqvist.org/sv_dvorak/drivers/se_sv_dvorak_new.xorg")
md5sums=('1e4a2818c89e60001a1ec2d98911a0a0')