summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrealgagu2020-08-29 20:20:31 -0500
committerfrealgagu2020-08-29 20:20:31 -0500
commite08a01ae43b7e33d4a8788a2f64f0fe67f14783c (patch)
tree1201d7a4e273f8790eb7a6fab91cdd38b43498fc /PKGBUILD
parentb58d5f6e3f99627316cf559817b143700cb8bd1b (diff)
downloadaur-e08a01ae43b7e33d4a8788a2f64f0fe67f14783c.tar.gz
Using https://github.com/AntiMicroX/antimicroX Upgrading to version 3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3d34a32e013..14b0bd9a1b57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# Contributor: Travis Nickles <nickles.travis@gmail.com>
pkgname=antimicrox
-pkgver=3.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="Graphical program used to map keyboard buttons and mouse controls to a gamepad"
arch=("i686" "x86_64")
-url="https://github.com/juliagoda/${pkgname/x}X"
+url="https://github.com/AntiMicroX/${pkgname/x}X"
license=("GPL3")
depends=("desktop-file-utils" "hicolor-icon-theme" "libxtst" "qt5-base" "qt5-x11extras" "sdl2")
makedepends=("cmake" "extra-cmake-modules" "gettext" "itstool" "qt5-tools")
@@ -16,7 +16,7 @@ provides=("${pkgname/x}")
conflicts=("${pkgname/x}")
replaces=("${pkgname/x}")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/juliagoda/${pkgname/x/X}/archive/${pkgver}.tar.gz")
-sha256sums=("3bd85435dabb33c8a3220a5fc16cf172c0a1e4ffad4c39ac40191c307997943a")
+sha256sums=("543c93822d6d1124817a0496649927694772c74127f0b7154d3f892086626fb1")
build() {
cd "${srcdir}/${pkgname/x/X}-${pkgver}"