mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-21 11:56:30 +00:00
Update to 0.2.107-2
- Removed workaround for previous build
This commit is contained in:
parent
bf7f724d67
commit
062f8dc910
2 changed files with 3 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ocp
|
||||
pkgdesc = Open Cubic Player
|
||||
pkgver = 0.2.107
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://stian.cubic.org/project-ocp.php
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
_pkgbase=ocp
|
||||
pkgname=('ocp' 'ocp-sdl2')
|
||||
pkgver=0.2.107
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open Cubic Player"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://stian.cubic.org/project-ocp.php"
|
||||
|
@ -36,8 +36,7 @@ makedepends=('alsa-lib'
|
|||
'libvorbis')
|
||||
|
||||
prepare() {
|
||||
cd $_pkgbase
|
||||
git checkout 24ae3d0 -q # Fixes build problem without X11&SDL for ocp-curses
|
||||
cd $_pkgbase
|
||||
git submodule init
|
||||
git submodule update --init --recursive
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue