summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYannic Haupenthal2017-09-20 21:40:49 +0200
committerYannic Haupenthal2017-09-20 21:40:49 +0200
commit51078d2f19b190980dd8cf506f5b3a8d09d1a93c (patch)
tree06bf750215375340688605b00492de435c52a78c /PKGBUILD
parent832d2cb52c40972f2ace389e458d935f3be0627e (diff)
downloadaur-51078d2f19b190980dd8cf506f5b3a8d09d1a93c.tar.gz
* Relicense as MIT
* Release v17.09
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec9031d8e4fb..f6d49ca38fe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: yhaupenthal <y dot h plus aur at posteo dot de>
pkgname=multipass
-pkgver='17.04'
+pkgver='17.09'
pkgrel=1
pkgdesc='Broadcast X11 key events to multiple windows'
arch=('any')
url='https://github.com/vain/multipass'
-license=('custom:THE PIZZA-WARE LICENSE')
+license=('MIT')
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=('b0c261da4f96bc8c058fd5360c75eea5c97564622b8b17709dfc6bff0125713d'
- '6e228076a81b8d23d885a2831cc04b30277d7eaea69cf792902c51a92c72f57b')
+sha256sums=('001f760bde3392e9289f03987c2a5dbc61e8adcc4b575cfad96da88b28ba18fe'
+ '4dfb13f42798666f371971f34e4be34a23a045e48a922cf291e018709a01060f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
make