Template
1
0
Fork 0
mirror of https://aur.archlinux.org/ocp-git.git synced 2024-10-22 21:42:56 +00:00

Update to 0.1.22.r102.864f655 and GCC 8

This commit is contained in:
Ossi Saukko 2018-10-04 18:41:42 +03:00
parent ea36c745bb
commit f824a101c0
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ocp-git
pkgdesc = Open Cubic Player (GIT Version)
pkgver = 0.1.22.r94.835bf80
pkgrel = 2
pkgver = 0.1.22.r102.864f655
pkgrel = 1
url = http://stian.cubic.org/project-ocp.php
install = ocp-git.install
arch = i686
@ -18,7 +18,7 @@ pkgbase = ocp-git
optdepends = libsidplay: for SID music support
optdepends = libvorbis: for Vorbis audio support
optdepends = sdl: for SDL user interface support
provides = ocp=0.1.22.r94.835bf80
provides = ocp=0.1.22.r102.864f655
conflicts = ocp
source = ocp::git://git.code.sf.net/p/opencubicplayer/code
md5sums = SKIP

View file

@ -1,8 +1,8 @@
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
_name=ocp
pkgname=ocp-git
pkgver=0.1.22.r94.835bf80
pkgrel=2
pkgver=0.1.22.r102.864f655
pkgrel=1
pkgdesc="Open Cubic Player (GIT Version)"
arch=('i686' 'x86_64')
url="http://stian.cubic.org/project-ocp.php"
@ -34,7 +34,7 @@ build() {
cd "${srcdir}/${_name}"
git submodule init
git submodule update
sed -i.orig 's/\*|4\.\*|5\.\*|6\.\*/&|7.*/' configure
sed -i.orig 's/\*|4\.\*|5\.\*|6\.\*|7\*/&|8*/' configure
./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/
make
}