summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYannic Haupenthal2017-10-29 10:48:45 +0100
committerYannic Haupenthal2017-10-29 10:48:45 +0100
commit89a41e89abc509347dd191882b3a8664ee65b7fc (patch)
tree54bc5b192157e10d19b541d25cafd273dd072e11
parent51078d2f19b190980dd8cf506f5b3a8d09d1a93c (diff)
downloadaur-89a41e89abc509347dd191882b3a8664ee65b7fc.tar.gz
* fix sha256sum of LICENSE
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e7fb147530f..e16b8c427068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = multipass
pkgdesc = Broadcast X11 key events to multiple windows
pkgver = 17.09
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vain/multipass
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = multipass
source = https://github.com/vain/multipass/archive/v17.09.tar.gz
source = https://raw.githubusercontent.com/vain/multipass/master/LICENSE
sha256sums = 001f760bde3392e9289f03987c2a5dbc61e8adcc4b575cfad96da88b28ba18fe
- sha256sums = 4dfb13f42798666f371971f34e4be34a23a045e48a922cf291e018709a01060f
+ sha256sums = 6e228076a81b8d23d885a2831cc04b30277d7eaea69cf792902c51a92c72f57b
pkgname = multipass
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