Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Jan 10, 2022
1 parent 1c08410 commit 76c3cad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: input-remapper
Version: 1.2.2
Version: 1.3.0
Architecture: all
Maintainer: Sezanzeb <[email protected]>
Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-setuptools, python3-evdev, python3-pydbus, python3-gi, gettext, python3-cairo, libgtk-3-0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ or install the latest changes via:
sudo apt install git python3-setuptools gettext
git clone https://github.com/sezanzeb/input-remapper.git
cd input-remapper && ./scripts/build.sh
sudo apt install ./dist/input-remapper-1.2.2.deb
sudo apt install ./dist/input-remapper-1.3.0.deb
```

input-remapper is now part of [Debian Unstable](https://packages.debian.org/sid/key-mapper)
Expand Down
2 changes: 1 addition & 1 deletion readme/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ssh/login into a debian/ubuntu environment
./scripts/build.sh
```

This will generate `input-remapper/deb/input-remapper-1.2.2.deb`
This will generate `input-remapper/deb/input-remapper-1.3.0.deb`

## Badges

Expand Down
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ build_deb() {
mv build/deb/usr/local/lib/python3.*/ build/deb/usr/lib/python3/
cp ./DEBIAN build/deb/ -r
mkdir dist -p
rm dist/input-remapper-1.2.2.deb || true
dpkg -b build/deb dist/input-remapper-1.2.2.deb
rm dist/input-remapper-1.3.0.deb || true
dpkg -b build/deb dist/input-remapper-1.3.0.deb
}

build_deb &
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def make_lang():

setup(
name="input-remapper",
version="1.2.2",
version="1.3.0",
description="A tool to change the mapping of your input device buttons",
author="Sezanzeb",
author_email="[email protected]",
Expand Down

0 comments on commit 76c3cad

Please sign in to comment.