summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYannic Haupenthal2017-04-03 17:41:57 +0200
committerYannic Haupenthal2017-04-03 17:41:57 +0200
commite49a3b4f6c55876bc532f0c3838d675f8486c109 (patch)
tree81fbf17ede097fa8a635574de632be6dab8f063d /PKGBUILD
parentaa33bd72f2951b5e4b4c3033d8f67cef2899fb84 (diff)
downloadaur-e49a3b4f6c55876bc532f0c3838d675f8486c109.tar.gz
* update to latest release v17.03.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50f770fefe26..a692bb30376f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: yhaupenthal <y dot h plus aur at posteo dot de>
pkgname=multipass
-pkgver='17.03'
+pkgver='17.03.11'
pkgrel=1
pkgdesc='Broadcast X11 key events to multiple windows'
arch=('any')
@@ -10,7 +10,7 @@ depends=('libx11' 'libxft')
makedepends=('git')
source=("https://github.com/vain/${pkgname}/archive/v${pkgver}.tar.gz"
"https://raw.githubusercontent.com/vain/${pkgname}/master/LICENSE")
-sha256sums=('fb183e39a3fb0e08ec79a57ceb9f5534ebd122d25c607eb04e56f62da403e295'
+sha256sums=('73e1a8739f2068c002e78c91acefdd416d29c1fffb73a4b1617e55bb3c517844'
'6e228076a81b8d23d885a2831cc04b30277d7eaea69cf792902c51a92c72f57b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"