summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrimi2016-07-30 22:35:47 +0200
committergrimi2016-07-30 22:35:47 +0200
commit29d43b3ea5e3f2cf31526828a2c073082622564e (patch)
treeb549e8cb481ac8e8e9b1c8bef385b7910652366c /PKGBUILD
parentb6ba3177b655500ee84e66840e3617b223ec2e12 (diff)
downloadaur-29d43b3ea5e3f2cf31526828a2c073082622564e.tar.gz
Upstream: 2.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4a47ddd22b0..95f2d67c2137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Developer: Travis Nickles <nickles.travis@gmail.com>
pkgname=antimicro
-pkgver=2.21
-pkgrel=3
+pkgver=2.22
+pkgrel=1
pkgdesc="Graphical program used to map keyboard keys and mouse controls to gamepad buttons"
arch=('i686' 'x86_64')
-url="https://launchpad.net/~ryochan7"
+url="https://github.com/AntiMicro/antimicro"
license=('GPL3')
depends=('libxkbcommon-x11' 'libxtst' 'qt5-base' 'sdl2' 'shared-mime-info' 'desktop-file-utils')
makedepends=('cmake' 'gettext' 'itstool' 'qt5-tools')
-source=("http://ppa.launchpad.net/ryochan7/${pkgname}/ubuntu/pool/main/a/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
-md5sums=('5c78c37a8f854e24f6f9521569f8a1c9')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AntiMicro/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('165a0dbe5931783f0d2c035a87b8e6a1')
build() {
cd ${pkgname}-${pkgver}