diff --git a/PKGBUILD b/PKGBUILD index 3c63bc64..8e9ea8f3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Anna Schumaker pkgname=ocarina -pkgver=6.4.14 +pkgver=6.4.15 pkgrel=1 pkgdesc="A simple GTK+ and gstreamer based music player." url="http://www.ocarinaproject.net/" arch=('x86_64' 'i686' 'armv7h') license=('GPL2') -depends=('gtkmm3>=3.16' 'gstreamer' 'gst-plugins-base' 'taglib') +depends=('gtkmm3>=3.16' 'gstreamer' 'gst-plugins-base' 'taglib' 'libmusicbrainz' 'libcoverart') optdepends=('gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly') makedepends=('scons') conflicts=() diff --git a/Sconstruct b/Sconstruct index ebe4c720..8db4f578 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.4.15-rc" +CONFIG_VERSION = "6.4.15" # Set up default environment