Ocarina 6.5

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2016-10-29 17:35:26 -04:00
parent 34f21bf247
commit a89dc49609
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ option(CONFIG_TESTING_ARTWORK "Enable album artwork fetching tests" ON)
# Configure settings # Configure settings
set(CONFIG_MAJOR 6) set(CONFIG_MAJOR 6)
set(CONFIG_MINOR 5) set(CONFIG_MINOR 5)
set(CONFIG_RC ON) set(CONFIG_RC OFF)
set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}") set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}")
@ -30,7 +30,7 @@ if (GIT_FOUND AND IS_DIRECTORY .git/)
execute_process(COMMAND ${GIT_EXECUTABLE} describe --abbrev=0 execute_process(COMMAND ${GIT_EXECUTABLE} describe --abbrev=0
COMMAND xargs ${GIT_EXECUTABLE} diff --quiet COMMAND xargs ${GIT_EXECUTABLE} diff --quiet
RESULT_VARIABLE HAS_CHANGED) RESULT_VARIABLE HAS_CHANGED)
if (HAS_CHANGED) if (HAS_CHANGED AND CONFIG_RC)
set(CONFIG_VERSION "${CONFIG_VERSION}+") set(CONFIG_VERSION "${CONFIG_VERSION}+")
endif() endif()
endif() endif()

View File

@ -1,6 +1,6 @@
# Maintainer: Anna Schumaker <anna@nowheycreamery.com> # Maintainer: Anna Schumaker <anna@nowheycreamery.com>
pkgname=ocarina pkgname=ocarina
pkgver=6.4.20 pkgver=6.5
pkgrel=1 pkgrel=1
pkgdesc="A simple GTK+ and GStreamer based music player." pkgdesc="A simple GTK+ and GStreamer based music player."
url="http://www.nowheycreamery.com/" url="http://www.nowheycreamery.com/"