Template
1
0
Fork 0
mirror of https://aur.archlinux.org/ocp-git.git synced 2025-05-09 19:44:28 -04: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,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
}