Skip to content

Commit

Permalink
Update version -> 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyst committed Oct 10, 2022
1 parent 5df3aa6 commit 0b2990c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_pkgbase=hid-nx
pkgname=${_pkgbase}-dkms
pkgver=v1.13
pkgver=v1.14
pkgrel=1
pkgdesc='Nintendo Switch controller driver with NSO controller support'
arch=(any)
Expand Down Expand Up @@ -30,7 +30,7 @@ noextract=()
sha256sums=('8d4551038e60b39d4080287ff4578c50eedfa3ae33d2edc70c5e92223f229c0f'
'23c9b806a4ec7aca47a77e1603376a7ce6367da55f2fd9bb7960ec39c890b364'
'57b90c41ea41d68cf874ea2f4db0b1612ed9ba60071d99a81c4a3e7e3cbeee6b'
'ea7cacc78248a693c6db6ad20bb91425db605615abc5327ca33ac2141ffd7803'
'94d9bc887635a986b87a410f86b9ead20b98d8191be6ea4fe1fa1bd28067bbe6'
'0f3c1f56a3e8b4f3dccc6ce10b1ce480a94270cf90a239c94fec3dcb0280444d')

package() {
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ Next, clone the source code.
Then run the following commands as root or using `sudo`.

dkms add .
dkms build hid-nx/1.13
dkms install hid-nx/1.13
dkms build hid-nx/1.14
dkms install hid-nx/1.14


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

modprobe -r hid_nx
dkms uninstall hid-nx/1.13
dkms remove hid-nx/1.13
dkms uninstall hid-nx/1.14
dkms remove hid-nx/1.14
rm -rf /usr/src/hid-nx-*


Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BUILT_MODULE_NAME[0]="hid-nx"
DEST_MODULE_LOCATION[0]="/extra"

PACKAGE_NAME="$BUILT_MODULE_NAME"
PACKAGE_VERSION="1.13"
PACKAGE_VERSION="1.14"

MAKE[0]="make -C $kernel_source_dir M=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build modules"
CLEAN[0]="make -C $kernel_source_dir M=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build clean"
Expand Down

0 comments on commit 0b2990c

Please sign in to comment.