Skip to content

Commit

Permalink
Update version -> 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyst committed Apr 29, 2022
1 parent 914474c commit 3ed1557
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.6
pkgver=v1.7
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'
'18dd7a4e868e04615b47d8688b3ce3d01cc74550a28d80ed3f597d0e5a356d203b36e9d789dddb361042b3f13a032333248356a4e17ebb03e0044b7e9556a499'
'5254dbf1728241ebafc370a120658b7a9bb6228274524917b6b366c9f58901dae79816b4bcd7ad5e3afae451f89213c079f4786129843cbf8ffcf6dd5bdabefb'
'df8038f5fc1de957dd41163d964b5a8b57d98c37bf1263f5397e452f270a43a4bd66f345a312c3cf73ca48db982248126db7d147ef755b5acae33005c1f548c2'
'ef401f0906e444d799f49b4ea4e7863c81c80c6b23ae7d5a850255f190c50772afce8bdbce44f7328bf732c9483d719dc17d4b1897d7fc5d155c2b3d0f881909')
'71bcad465a7c01e78c03429a7e4598ea982122cdc0c635cb003aa8d195b0cd58c5952a305c7f72d5c042334d821d5d708e04bb2943f795861d34d05a64f50d17')

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 @@ -63,8 +63,8 @@ Next, clone the source code.
Then run the following commands as root or using `sudo`.

dkms add .
dkms build hid-nintendo -v 1.6
dkms install hid-nintendo -v 1.6
dkms build hid-nintendo -v 1.7
dkms install hid-nintendo -v 1.7

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

Expand All @@ -79,8 +79,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.6
dkms remove -m hid-nintendo -v 1.6
dkms uninstall -m hid-nintendo -v 1.7
dkms remove -m hid-nintendo -v 1.7
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.6
PACKAGE_VERSION=v1.7

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

0 comments on commit 3ed1557

Please sign in to comment.