Skip to content

Commit

Permalink
Version -> v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyst committed Jul 17, 2022
1 parent f6ff690 commit 7c94f13
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-nx
pkgname=${_pkgbase}-dkms
pkgver=v1.11
pkgver=v1.12
pkgrel=1
pkgdesc='Nintendo Switch controller driver with NSO controller support'
arch=(any)
Expand All @@ -28,9 +28,9 @@ source=(
)
noextract=()
sha256sums=('8d4551038e60b39d4080287ff4578c50eedfa3ae33d2edc70c5e92223f229c0f'
'bc5473caab898257803704df3bacf25660ae8a707a3952f5e192c68caa2dea5e'
'1f74bee099700954b376f8737e0d3f29e0845bf33882538358da67fff46be21f'
'57b90c41ea41d68cf874ea2f4db0b1612ed9ba60071d99a81c4a3e7e3cbeee6b'
'487723a21ccf9c116b3cad6c51f769301165b844a88e3d2b319e174b5488695e'
'66695d7d6b36c7fdd301537fdd2fc5a14f5b4288e2264a6e73ca5b45806f3f4a'
'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.11
dkms install hid-nx -v 1.11
dkms build hid-nx -v 1.12
dkms install hid-nx -v 1.12


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.11
dkms remove -m hid-nx -v 1.11
dkms uninstall -m hid-nx -v 1.12
dkms remove -m hid-nx -v 1.12
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
@@ -1,5 +1,5 @@
PACKAGE_NAME="$BUILT_MODULE_NAME-dkms"
PACKAGE_VERSION="v1.11"
PACKAGE_VERSION="v1.12"

BUILT_MODULE_NAME[0]="hid-nx"
DEST_MODULE_LOCATION[0]="/extra"
Expand Down

0 comments on commit 7c94f13

Please sign in to comment.