From ee8825745bbdaf914c7142cdf6df76772f8e1b00 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Sat, 13 May 2017 08:42:01 -0400 Subject: [PATCH] Ocarina 6.5.4 Signed-off-by: Anna Schumaker --- CMakeLists.txt | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cdfe058..7423aabd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ option(CONFIG_TESTING_ARTWORK "Enable album artwork fetching tests" ON) set(CONFIG_MAJOR 6) set(CONFIG_MINOR 5) set(CONFIG_MICRO 4) -set(CONFIG_RC ON) +set(CONFIG_RC OFF) set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}.${CONFIG_MICRO}") diff --git a/PKGBUILD b/PKGBUILD index 90385550..ce7f72d2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Anna Schumaker pkgname=ocarina -pkgver=6.5.3 +pkgver=6.5.4 pkgrel=1 pkgdesc="A simple GTK+ and GStreamer based music player." url="http://www.nowheycreamery.com/"