summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2022-08-01 16:42:11 -0700
committerxiota2022-08-01 16:42:11 -0700
commit480411b961cd0f3b771c8e6d1c92e414cbd75fda (patch)
tree9c2fc17c07505d01fd1d4815d50a68dadd88fa90
parent4764c1c831130e65c302794728a0ab7b5240394f (diff)
downloadaur-480411b961cd0f3b771c8e6d1c92e414cbd75fda.tar.gz
Specify last commit that builds.
Remove boost build dependency.
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c3b5e6d9e30..cbf501fd9a3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Stunts <f.pinamartins@gmail.com>
+# Contributor: xiota <archuser@mentalfossa.com>
+# Contributor: Stunts <f.pinamartins@gmail.com>
pkgname=xboxdrv-develop-git
_pkgname=xboxdrv
-pkgver=0.8.4.r457.gc12c2b5
+pkgver=0.8.4.r455.g1d267b9
pkgrel=1
-pkgdesc="An XBox/XBox 360 gamepad driver - as alternative to the xpad-kernel module - with more configurability, runs in userspace and supports a multitude of controllers. Bleeding edge version."
+pkgdesc="XBox/XBox 360 userspace gamepad driver and emulator"
arch=('i686' 'x86_64')
url="https://xboxdrv.gitlab.io"
license=('GPL3')
depends=('libx11' 'dbus-glib' 'libusb' 'dbus-python' 'systemd' 'fmt' 'bluez-libs')
-makedepends=('git' 'scons' 'boost' 'pkg-config')
-provides=('xboxdrv')
-conflicts=('xboxdrv')
-source=('git+https://gitlab.com/xboxdrv/xboxdrv.git#branch=develop'
+makedepends=('git' 'scons' 'pkg-config')
+provides=('xboxdrv' 'xboxdrv-git' 'xboxdrv-sl6566bk' 'xboxdrv-cebtenzzre-git')
+conflicts=('xboxdrv' 'xboxdrv-git' 'xboxdrv-sl6566bk' 'xboxdrv-cebtenzzre-git')
+source=('git+https://gitlab.com/xboxdrv/xboxdrv.git#commit=1d267b92326375f2b8f3dd895c34f8eacc703a4e'
'xboxdrv.service'
'xboxdrv.conf')
sha256sums=('SKIP'