summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCebtenzzre2019-02-26 22:21:19 -0500
committerCebtenzzre2019-02-26 22:21:19 -0500
commit9d83917b6d4b51facd632848587ff0589488c131 (patch)
tree86e7c9e1360d05c3836898c8f025ca2337feecb6
parent86dd2baa2e164c0be40fecacdb25b0f9999de548 (diff)
downloadaur-9d83917b6d4b51facd632848587ff0589488c131.tar.gz
Fix typo in description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df020c5442a6..5611fe5a8135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xboxdrv-cebtenzzre-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 (Centenzzre's fork)
pkgver = 0.8.8.r40.gc887ab9
+ 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 (Cebtenzzre's fork)
pkgrel = 1
url = https://xboxdrv.gitlab.io/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d1f4d6767376..d6fc22989e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=xboxdrv
pkgname=${_pkgname}-cebtenzzre-git
pkgver=0.8.8.r40.gc887ab9
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 (Centenzzre's fork)"
+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 (Cebtenzzre's fork)"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://xboxdrv.gitlab.io/"
license=(GPL3)