From 32c32ced2592121914c6b11d0cad2409e7df9e60 Mon Sep 17 00:00:00 2001 From: Ossi Saukko Date: Fri, 28 Feb 2020 07:49:06 +0200 Subject: [PATCH] Update to 0.2.1.r384.6f2e3f9 The libsidplayfp makedepend removed since revision 6f2e3f9 of Open Cubic Player fixes the libsidplayfp include lines to use the local fork of the libsidplayfp. --- .SRCINFO | 5 ++--- PKGBUILD | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c949b4f..6554513 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ocp-git pkgdesc = Open Cubic Player (GIT Version) - pkgver = 0.2.1.r380.1c5c7b1 + pkgver = 0.2.1.r384.6f2e3f9 pkgrel = 1 url = http://stian.cubic.org/project-ocp.php install = ocp-git.install @@ -8,7 +8,6 @@ pkgbase = ocp-git arch = x86_64 license = GPL makedepends = git - makedepends = libsidplayfp makedepends = xa depends = hicolor-icon-theme depends = libxpm @@ -20,7 +19,7 @@ pkgbase = ocp-git optdepends = libvorbis: for Vorbis audio support optdepends = sdl: for SDL user interface support optdepends = sdl2: for SDL2 user interface support - provides = ocp=0.2.1.r380.1c5c7b1 + provides = ocp=0.2.1.r384.6f2e3f9 conflicts = ocp source = ocp::git://github.com/mywave82/opencubicplayer.git md5sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index d6e0953..c24af58 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ossi Saukko _name=ocp pkgname=ocp-git -pkgver=0.2.1.r380.1c5c7b1 +pkgver=0.2.1.r384.6f2e3f9 pkgrel=1 pkgdesc="Open Cubic Player (GIT Version)" arch=('i686' 'x86_64') @@ -18,7 +18,6 @@ optdepends=('adplug: for OPL formats support' 'sdl: for SDL user interface support' 'sdl2: for SDL2 user interface support') makedepends=('git' - 'libsidplayfp' 'xa') provides=("${_name}=${pkgver}") conflicts=("${_name}")