summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsezanzeb2022-01-01 13:07:10 +0100
committersezanzeb2022-01-01 13:07:10 +0100
commit733d2c0353726ea2a62e84cef1efbf8af78df348 (patch)
treec637b5868dfbf4ba4b1058f422a6e841dcd428b6 /PKGBUILD
parentc7a88c6bc25c904e78a8704cd818169e8812a0fd (diff)
downloadaur-key-mapper-git.tar.gz
pkgname is supposed to be key-mapper-git...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebb216ac04d3..71391dacf22c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: sezanzeb proxima@seanzeb.de
-pkgname=input-remapper-git
-pkgver=1.2.2
+pkgname=key-mapper-git
+pkgver=1.2.2.r2.ga2ed369
pkgrel=1
pkgdesc="A tool to change and program the mapping of your input device buttons."
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/sezanzeb/input-remapper/"
license=('GPL3')
depends=('python-gobject' 'python-pydbus' 'python-evdev' 'gtk3' 'python-setuptools')
makedepends=('git' 'fakeroot' 'python-setuptools')
-provides=('input-remapper')
+provides=('key-mapper')
conflicts=('key-mapper')
install=input-remapper-git.install
source=("git+https://github.com/sezanzeb/input-remapper.git")