1
0
Fork 0
mirror of https://aur.archlinux.org/ocp.git synced 2024-10-18 11:32:58 +00:00

Update to 0.2.107-2

- Removed workaround for previous build
This commit is contained in:
Xavier Moffett 2024-02-19 16:16:41 -05:00
parent bf7f724d67
commit 062f8dc910
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ocp pkgbase = ocp
pkgdesc = Open Cubic Player pkgdesc = Open Cubic Player
pkgver = 0.2.107 pkgver = 0.2.107
pkgrel = 1 pkgrel = 2
url = https://stian.cubic.org/project-ocp.php url = https://stian.cubic.org/project-ocp.php
arch = i686 arch = i686
arch = x86_64 arch = x86_64

View file

@ -4,7 +4,7 @@
_pkgbase=ocp _pkgbase=ocp
pkgname=('ocp' 'ocp-sdl2') pkgname=('ocp' 'ocp-sdl2')
pkgver=0.2.107 pkgver=0.2.107
pkgrel=1 pkgrel=2
pkgdesc="Open Cubic Player" pkgdesc="Open Cubic Player"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://stian.cubic.org/project-ocp.php" url="https://stian.cubic.org/project-ocp.php"
@ -37,7 +37,6 @@ makedepends=('alsa-lib'
prepare() { prepare() {
cd $_pkgbase cd $_pkgbase
git checkout 24ae3d0 -q # Fixes build problem without X11&SDL for ocp-curses
git submodule init git submodule init
git submodule update --init --recursive git submodule update --init --recursive
} }