Skip to content

Commit

Permalink
Update version -> 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyst committed Apr 15, 2022
1 parent a2d83c4 commit a4818e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_pkgbase=hid-nintendo-dkms
pkgname=hid-nintendo-dkms
pkgver=v1.4.r1.gb755970
pkgver=v1.5
pkgrel=1
pkgdesc='Nintendo Switch HID driver with NSO controller support'
url=https://github.com/emilyst/hid-nintendo
Expand All @@ -18,9 +18,9 @@ source=(
dkms.conf
)
b2sums=('e638a74c624cb218a21509e8194f02c34254ec2fcd9a740574f2a2f28fe3ef14691e654514cb05b52f94e49aedcdb0583ee1525bb896650f514fb85aafbb34e1'
'1269c21aa7740c3e10ba24809d78b97f96f9dbe17abb187fff91904b4909857af6de1b1d03492daedaec1a2bb3731b6cd6975f79685ae9123096c1e24e64d6df'
'54010db435d100fd6ac1aae0ddbb9dcbbaffcc79bf640ca73f2f9baee9760cd3c981374195b8e20e45881315d4097d52a982bec3dc4ab873611412c26f4fc0a9'
'97e86380aa58ab564a8b03c00610fff66067634f5e31055f90e96ed840ca7bb0ea678cf7ddbf650f4f7b29993ba05c8958680f75db498fec673e89d8b06e7871'
'ab98c9caaff81a1b6fefbda5d6552b862bf8ecc9d97c5f7cde675e45d27bc09c2fc23a686b829a59ed00b10dfb0e0c7fec78bcddc296ba5337d625806ced7f0d')
'70d3b089a368d961eb4fc7997d9c416fce51519673af0afce9c1c44f4ceffcc8ab1cbba20a33504aa5c569bad25a8e554a20a2b42f0770841377660c4c4c7818')

pkgver() {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Next, clone the source code.
Then run the following commands as root or using `sudo`.

dkms add .
dkms build hid-nintendo -v 1.4
dkms install hid-nintendo -v 1.4
dkms build hid-nintendo -v 1.5
dkms install hid-nintendo -v 1.5

Once installed, this driver replaces the native `hid-nintendo` driver. No other configuration should be necessary.

Expand All @@ -63,8 +63,8 @@ Uninstallation
To remove fully, run the following commands as root or using `sudo`.

modprobe -r hid_nintendo
dkms uninstall -m hid-nintendo -v 1.4
dkms remove -m hid-nintendo -v 1.4
dkms uninstall -m hid-nintendo -v 1.5
dkms remove -m hid-nintendo -v 1.5
rm -rf /usr/src/hid-nintendo-*


Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="$BUILT_MODULE_NAME-dkms"
PACKAGE_VERSION=v1.4
PACKAGE_VERSION=v1.5

BUILT_MODULE_NAME="hid-nintendo"
DEST_MODULE_LOCATION="/extra"
Expand Down

0 comments on commit a4818e9

Please sign in to comment.