summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Nordenmark2015-07-10 21:49:41 +0200
committerThomas Nordenmark2015-07-10 21:49:41 +0200
commit53ac6fdb438c9e7df32949e772ec7994df3bcb89 (patch)
tree2929daed2f4c889e13a7ee11495b103c9fb57a03
parent9ff4b59fd28843dd2d0ff2da092353e74273d208 (diff)
downloadaur-53ac6fdb438c9e7df32949e772ec7994df3bcb89.tar.gz
Updated to v2.15.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8953d4d2ffb5..e3a95aec04bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = antimicro
pkgdesc = Graphical program used to map keyboard keys and mouse controls to gamepad buttons
- pkgver = 2.14
+ pkgver = 2.15
pkgrel = 1
url = https://github.com/Ryochan7/antimicro
install = antimicro.install
@@ -15,8 +15,8 @@ pkgbase = antimicro
depends = libxtst
depends = qt5-base
depends = sdl2
- source = https://github.com/Ryochan7/antimicro/archive/2.14.tar.gz
- md5sums = 66aecb2cb11070fb53e23d50196b7e97
+ source = https://github.com/Ryochan7/antimicro/archive/2.15.tar.gz
+ md5sums = 64ff301e3c0fb9121477c440a1ea936d
pkgname = antimicro
diff --git a/PKGBUILD b/PKGBUILD
index adb4e2ffa541..ea13a4de3c2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Travis Nickles <nickles.travis@gmail.com>
pkgname=antimicro
-pkgver=2.14
+pkgver=2.15
pkgrel=1
pkgdesc="Graphical program used to map keyboard keys and mouse controls to gamepad buttons"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ backup=()
options=()
install="${pkgname}.install"
source=("https://github.com/Ryochan7/antimicro/archive/${pkgver}.tar.gz")
-md5sums=("66aecb2cb11070fb53e23d50196b7e97")
+md5sums=('64ff301e3c0fb9121477c440a1ea936d')
noextract=()
build() {