summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5cca44aa82..eadf3416bfab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-pkgbase = xcape-git
- pkgdesc = Use modifier pressed/released solo as another key/chord, e.g. CapsLock > Escape
+pkgbase = xcape-multilayout-git
+ pkgdesc = xcape with support for the multiple keyboard layouts feature of XKB
pkgver = 1.1.r9.gf3802fc
pkgrel = 2
epoch = 1
- url = https://github.com/alols/xcape
+ url = https://github.com/alols/xcape/pull/117
arch = i686
arch = x86_64
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = xcape-git
depends = libxtst
provides = xcape
conflicts = xcape
- source = git+https://github.com/alols/xcape
+ source = git+https://github.com/timakro/xcape#branch=pr_multiple_layouts
sha256sums = SKIP
-pkgname = xcape-git
+pkgname = xcape-multilayout-git
diff --git a/PKGBUILD b/PKGBUILD
index 33e15de5b0d9..1712ef7a5e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: joetw <call dot imera42 at googlemail dot com>
+# Maintainer: Tim Schumacher <tim at timakro dot de>
+# Contributor: joetw <call dot imera42 at googlemail dot com>
# Contributor: Greg Fitzgerald <greg at gregf dot org>
-pkgname=xcape-git
+pkgname=xcape-multilayout-git
pkgver=1.1.r9.gf3802fc
pkgrel=2
epoch=1
-pkgdesc="Use modifier pressed/released solo as another key/chord, e.g. CapsLock > Escape"
+pkgdesc="xcape with support for the multiple keyboard layouts feature of XKB"
arch=('i686' 'x86_64')
-url="https://github.com/alols/xcape"
+url="https://github.com/alols/xcape/pull/117"
license=('GPL3')
depends=('libxtst')
makedepends=('git')
provides=('xcape')
conflicts=('xcape')
-source=("git+${url}")
+source=("git+https://github.com/timakro/xcape#branch=pr_multiple_layouts")
sha256sums=('SKIP')
pkgver() {