Audacious: bump version

* fix crash on exit
This commit is contained in:
Gerasim Troeglazov
2019-01-04 17:03:48 +10:00
parent c4bf44ee6a
commit ba5cf736f3
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ COPYRIGHT="2010-2018 Błażej Szczygieł"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/audacious-media-player/audacious/archive/audacious-$portVersion.tar.gz"
CHECKSUM_SHA256="82710d6ac90931c2cc4a0f0fcb6380ac21ed42a7a50856d16a67d3179a96e9ae"
CHECKSUM_SHA256="c478939b4bcf6704c26eee87d48cab26547e92a83741f437711178c433373fa1"
SOURCE_DIR="audacious-audacious-$portVersion"
PATCHES="audacious-$portVersion.patchset"
ADDITIONAL_FILES="audacious.rdef.in"
@@ -74,7 +74,7 @@ BUILD_PREREQUIRES="
BUILD()
{
./autogen.sh
runConfigure ./configure --disable-gtk --enable-qt --disable-dbus
runConfigure ./configure --disable-gtk --enable-qt --disable-dbus --enable-valgrind
make $jobArgs
true
}