makedeb
Linux driver for the Xbox One wireless dongle
Click here to go back to the commit logs for xow-git.
Hash: 7d00e781f22d080805a45c488e0622b177813423
Message: Switch to my patched version that includes PR fixes
diff --git a/.SRCINFO b/.SRCINFO
index 121bef4..f000e31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
pkgbase = xow-git
pkgdesc = Linux driver for the Xbox One wireless dongle
- pkgver = 0.5.r28.ga396e3f
+ pkgver = 0.5.r44.g75e3b5d
pkgrel = 1
url = https://github.com/medusalix/xow
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = xow-git
makedepends = cabextract
makedepends = libusb-1.0-0-dev
depends = libusb-1.0-0
- source = git+https://github.com/medusalix/xow
+ source = git+https://github.com/mspaulding06/xow.git#branch=develop
md5sums = SKIP
pkgname = xow-git
diff --git a/PKGBUILD b/PKGBUILD
index 26fa03c..312c0b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xow-git
_pkgname=xow
-pkgver=0.5.r28.ga396e3f
+pkgver=0.5.r44.g75e3b5d
pkgrel=1
pkgdesc="Linux driver for the Xbox One wireless dongle"
arch=(x86_64)
@@ -10,7 +10,7 @@ url=https://github.com/medusalix/xow
license=('GPL2')
depends=('libusb-1.0-0')
makedepends=('git' 'cabextract' 'libusb-1.0-0-dev')
-source=('git+https://github.com/medusalix/xow')
+source=('git+https://github.com/mspaulding06/xow.git#branch=develop')
md5sums=('SKIP')
pkgver() {