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.r71.58094b1

This commit is contained in:
Ossi Saukko 2016-03-21 16:50:34 +02:00
parent 0c6cf748ac
commit 6a50de4edc
3 changed files with 14 additions and 13 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
_name=ocp
pkgname=ocp-git
pkgver=0.1.22.r68.849cc42
pkgver=0.1.22.r71.58094b1
pkgrel=1
pkgdesc="Open Cubic Player (GIT Version)"
arch=('i686' 'x86_64')
@ -9,7 +9,8 @@ url="http://stian.cubic.org/project-ocp.php"
license=('GPL')
depends=('hicolor-icon-theme'
'libxpm'
'libxxf86vm')
'libxxf86vm'
'timidity++')
optdepends=('adplug: for OPL formats support'
'alsa-lib: for ALSA output'
'flac: for FLAC audio support'
@ -32,9 +33,9 @@ pkgver() {
build() {
cd "${srcdir}/${_name}"
./configure --prefix=/usr --sysconfdir=/etc
cd "${srcdir}/${_name}"
git submodule init
git submodule update
./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/
make
}