summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredy García2023-06-29 11:32:00 -0500
committerFredy García2023-06-29 11:32:00 -0500
commit9518be4e056c30ab0a7f474f38040052a46fa261 (patch)
treef467cba7656ed338b0cef3086f3ab60a89c8fef0 /PKGBUILD
parent24284f241f87b7e12a24971dbab3b99cf419f00f (diff)
downloadaur-9518be4e056c30ab0a7f474f38040052a46fa261.tar.gz
Removing desktop-file-utils and changing qt5-x11extras by qt5-base.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1eb662d12d4e..124f96e3dc8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=antimicrox
pkgver=3.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Graphical program used to map keyboard buttons and mouse controls to a gamepad"
arch=("aarch64" "arm" "armv6h" "armv7h" "i686" "x86_64")
url="https://github.com/AntiMicroX/${pkgname/x}X"
license=("GPL3")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxtst" "qt5-x11extras" "sdl2")
+depends=("hicolor-icon-theme" "libxtst" "qt5-base" "sdl2")
makedepends=("cmake" "extra-cmake-modules" "gettext" "itstool" "qt5-tools")
provides=("${pkgname/x}")
conflicts=("${pkgname/x}")