diff --git a/.SRCINFO b/.SRCINFO index e6fcd79..6ef7073 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,7 @@ -# Generated by mksrcinfo v8 -# Fri May 13 14:50:38 UTC 2016 pkgbase = ocp-git pkgdesc = Open Cubic Player (GIT Version) pkgver = 0.1.22.r94.835bf80 - pkgrel = 1 + pkgrel = 2 url = http://stian.cubic.org/project-ocp.php install = ocp-git.install arch = i686 @@ -13,7 +11,6 @@ pkgbase = ocp-git depends = hicolor-icon-theme depends = libxpm depends = libxxf86vm - depends = timidity++ optdepends = adplug: for OPL formats support optdepends = alsa-lib: for ALSA output optdepends = flac: for FLAC audio support diff --git a/PKGBUILD b/PKGBUILD index 0738491..fd95d3d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,15 +2,14 @@ _name=ocp pkgname=ocp-git pkgver=0.1.22.r94.835bf80 -pkgrel=1 +pkgrel=2 pkgdesc="Open Cubic Player (GIT Version)" arch=('i686' 'x86_64') url="http://stian.cubic.org/project-ocp.php" license=('GPL') depends=('hicolor-icon-theme' 'libxpm' - 'libxxf86vm' - 'timidity++') + 'libxxf86vm') optdepends=('adplug: for OPL formats support' 'alsa-lib: for ALSA output' 'flac: for FLAC audio support' @@ -35,6 +34,7 @@ build() { cd "${srcdir}/${_name}" git submodule init git submodule update + sed -i.orig 's/\*|4\.\*|5\.\*|6\.\*/&|7.*/' configure ./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/ make }