summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Pina Martins2018-08-21 00:56:07 +0100
committerFrancisco Pina Martins2018-08-21 00:56:07 +0100
commit103c7a3e208238921504a081163753de39476b0d (patch)
treeff44f3caf767d78086ec7c9f1d32b2ff95ed3d7b
parent4bbe275154c739f4188a20bc6d1a62b9ebc6e3c4 (diff)
downloadaur-103c7a3e208238921504a081163753de39476b0d.tar.gz
Updates the package to use the new upstream repo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8eb584c8d9d..b2ef2b0b9059 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Aug 9 21:11:17 UTC 2017
+# Mon Aug 20 23:55:58 UTC 2018
pkgbase = xboxdrv-develop-git
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.
- pkgver = 0.8.4.r401.ga6db147
+ pkgver = 0.8.4.r410.g1aebab2
pkgrel = 1
- url = http://pingus.seul.org/~grumbel/xboxdrv/
+ url = https://xboxdrv.gitlab.io
arch = i686
arch = x86_64
license = GPL3
@@ -20,7 +20,7 @@ pkgbase = xboxdrv-develop-git
depends = libusbx
provides = xboxdrv
conflicts = xboxdrv
- source = git+https://github.com/Grumbel/xboxdrv.git#branch=develop
+ source = git+https://gitlab.com/xboxdrv/xboxdrv.git#branch=develop
source = xboxdrv.service
source = xboxdrv.conf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3aeeba0ffc1b..76ff8e5736e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Stunts <f.pinamartins@gmail.com>
pkgname=xboxdrv-develop-git
_pkgname=xboxdrv
-pkgver=0.8.4.r401.ga6db147
+pkgver=0.8.4.r410.g1aebab2
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."
arch=('i686' 'x86_64')
-url="http://pingus.seul.org/~grumbel/xboxdrv/"
+url="https://xboxdrv.gitlab.io"
license=('GPL3')
depends=('libx11' 'dbus-glib' 'libusbx')
makedepends=('git' 'scons' 'boost' 'pkg-config' 'libx11' 'dbus-glib' 'libusb')
provides=('xboxdrv')
conflicts=('xboxdrv')
-source=('git+https://github.com/Grumbel/xboxdrv.git#branch=develop'
+source=('git+https://gitlab.com/xboxdrv/xboxdrv.git#branch=develop'
'xboxdrv.service'
'xboxdrv.conf')
sha256sums=('SKIP'