summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authore002017-10-23 23:17:29 +0100
committere002017-10-23 23:17:29 +0100
commit19739dd8761846510f7d344cd61939301000d366 (patch)
tree8669d62db2058dd9d3ae3bb349be3d71e2c2f40a
parentce73cb91cac5a1f1b8085dba2c672df16e3055ff (diff)
downloadaur-19739dd8761846510f7d344cd61939301000d366.tar.gz
Update to 0.6.0-4
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44936446aa82..b01585f98536 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = pcsx2-plugin-usbqemu-wheel
- pkgdesc = A USB plugin modified to support steering wheels in pcsx2.
- pkgver = 20150906
+ pkgver = 0.6.0_4
pkgrel = 1
- url = https://github.com/jackun/USBqemu-wheel
+ pkgdesc = A USB plugin modified to support steering wheels in pcsx2.
arch = i686
arch = x86_64
+ url = https://github.com/jackun/USBqemu-wheel
license = Unlicense
- makedepends = cmake
- makedepends = git
depends = pcsx2
- options = !emptydirs
- source = git+https://github.com/jackun/USBqemu-wheel.git
- sha256sums = SKIP
+ makedepends = cmake
makedepends_x86_64 = gcc-multilib
+ source = https://github.com/jackun/USBqemu-wheel/archive/0.6.0-4.tar.gz
+ sha256sums = 547fb74a4310ab8d3796f078dc9e1bdf74c58a59c2f11c26d0b06d6f77dbcf69
pkgname = pcsx2-plugin-usbqemu-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 2ee198294788..5a08a04d2c2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url='https://github.com/jackun/USBqemu-wheel'
license=('Unlicense')
depends=('pcsx2')
-makedepends=('cmake' 'git')
+makedepends=('cmake')
makedepends_x86_64=('gcc-multilib')
source=("https://github.com/jackun/USBqemu-wheel/archive/${pkgver//_/-}.tar.gz")
sha256sums=('547fb74a4310ab8d3796f078dc9e1bdf74c58a59c2f11c26d0b06d6f77dbcf69')