summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshH1002018-04-20 13:24:34 -0600
committerJoshH1002018-04-20 13:24:34 -0600
commit0fcb2f2eb60279ead159d5dd4484a4b67436da00 (patch)
tree9a7462f7e04b7dc6260f83df726e72a912cd5743 /PKGBUILD
parente36922125bbbadd6465a33017ca93c73b236553c (diff)
downloadaur-0fcb2f2eb60279ead159d5dd4484a4b67436da00.tar.gz
Fixed license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c51f7b7732f..8083c75b4015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,22 @@
-# Maintainer: Josh Hoffer <hoffer.joshua@gmail.com
+# Maintainer: Josh Hoffer <hoffer dot joshua at gmail dot com >
# Contributor: Jack Rosenthal
pkgname=threelayout
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Keyboard layout designed by Jack Rosenthal"
arch=(any)
url="https://github.com/jackrosenthal/threelayout"
-license=('GPL')
+license=('MIT')
install=threelayout.install
depends=()
makedepends=('ckbcomp' 'coreutils')
-source=('https://raw.githubusercontent.com/jackrosenthal/threelayout/master/linux/xkb/symbols/3l')
-sha256sums=('e56a4cda872d7c20c4ad6e544217f19095c9dfaf519b8abbba5fdf27957b0c76')
+source=('git+https://github.com/jackrosenthal/threelayout.git')
+sha256sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ }
package() {
mkdir -p $pkgdir/usr/share/X11/xkb/symbols