summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYannic Haupenthal2017-10-29 10:48:45 +0100
committerYannic Haupenthal2017-10-29 10:48:45 +0100
commit89a41e89abc509347dd191882b3a8664ee65b7fc (patch)
tree54bc5b192157e10d19b541d25cafd273dd072e11 /PKGBUILD
parent51078d2f19b190980dd8cf506f5b3a8d09d1a93c (diff)
downloadaur-89a41e89abc509347dd191882b3a8664ee65b7fc.tar.gz
* fix sha256sum of LICENSE
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6d49ca38fe1..303ee035086a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: yhaupenthal <y dot h plus aur at posteo dot de>
pkgname=multipass
pkgver='17.09'
-pkgrel=1
+pkgrel=2
pkgdesc='Broadcast X11 key events to multiple windows'
arch=('any')
url='https://github.com/vain/multipass'
@@ -11,7 +11,7 @@ makedepends=('git')
source=("https://github.com/vain/${pkgname}/archive/v${pkgver}.tar.gz"
"https://raw.githubusercontent.com/vain/${pkgname}/master/LICENSE")
sha256sums=('001f760bde3392e9289f03987c2a5dbc61e8adcc4b575cfad96da88b28ba18fe'
- '4dfb13f42798666f371971f34e4be34a23a045e48a922cf291e018709a01060f')
+ '6e228076a81b8d23d885a2831cc04b30277d7eaea69cf792902c51a92c72f57b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
make