Skip to content

Commit

Permalink
Version -> v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyst committed Aug 3, 2022
1 parent 4e449b8 commit 0333eb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.12
pkgver=v1.13
pkgrel=1
pkgdesc='Nintendo Switch controller driver with NSO controller support'
arch=(any)
Expand Down Expand Up @@ -30,7 +30,7 @@ noextract=()
sha256sums=('8d4551038e60b39d4080287ff4578c50eedfa3ae33d2edc70c5e92223f229c0f'
'1f74bee099700954b376f8737e0d3f29e0845bf33882538358da67fff46be21f'
'57b90c41ea41d68cf874ea2f4db0b1612ed9ba60071d99a81c4a3e7e3cbeee6b'
'66695d7d6b36c7fdd301537fdd2fc5a14f5b4288e2264a6e73ca5b45806f3f4a'
'0ced63b099a4e18b90b7d59cda205a3daff3414141a47e4614b21796f70f2caa'
'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 -v 1.12
dkms install hid-nx -v 1.12
dkms build hid-nx -v 1.13
dkms install hid-nx -v 1.13


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 -m hid-nx -v 1.12
dkms remove -m hid-nx -v 1.12
dkms uninstall -m hid-nx -v 1.13
dkms remove -m hid-nx -v 1.13
rm -rf /usr/src/hid-nx-*


Expand Down

0 comments on commit 0333eb3

Please sign in to comment.