multimon-ng: update to 1.1.5. (#13312)

This commit is contained in:
Alessio Sergi 2018-05-21 12:10:06 +02:00 committed by GitHub
commit 26ca185efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'multimon-ng'
pkgname=multimon-ng
version=1.1.4
version=1.1.5
revision=1
build_style=cmake
configure_args="$(vopt_if x11 '' -DX11_SUPPORT=0)"
makedepends="$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if x11 libX11-devel)"
short_desc="Digital transmission decoder"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-2-or-later"
license="GPL-2.0-or-later"
homepage="https://github.com/EliasOenal/multimon-ng"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=4faca3ad316d4a7bf238599b43488286dc1cd0cf4814a279e06d3e34ae2729c6
checksum=8c155995cc660614e6262b92df109c7581b8f92f219a0df53597b101861d3b5f
build_options="pulseaudio x11"
build_options_default="pulseaudio x11"