summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2016-10-15 14:08:56 +0200
committerSebastian 'Swift Geek' Grzywna2016-10-15 14:08:56 +0200
commitc64dce7b59b847c65dac7b5feb36629cd134ece2 (patch)
treec0372a940e8cd8da439d06c64c096da8e64a9719 /PKGBUILD
parent652beeaa1ae3949016909fabdd4d5a6ff3687efd (diff)
downloadaur-c64dce7b59b847c65dac7b5feb36629cd134ece2.tar.gz
Bump to 0.997 + workarounds to make it compile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4da5f8983e5d..6d9da3c68c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Swift Geek <swifgeek google c m>
pkgname=sdr-j-dabreceiver
-pkgver=0.994
+pkgver=0.997
pkgrel=0
pkgdesc="The DAB decoding software (SDR-J)"
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=('dabstick-radio')
replaces=('dabstick-radio')
makedepends=('cmake')
source=("https://github.com/JvanKatwijk/sdr-j-dab/archive/V${pkgver}.tar.gz")
-md5sums=('28ac6cb65ce53d37e86f36cdae8ede54')
+md5sums=('45133eab902bd1b0084d9cca9c20b5a3')
build() {
export CFLAGS="${CFLAGS} -Wno-unused" # Tons of unnecessary warnings, breaking terminal output :D