mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-22 04:16:28 +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
|
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
|
||||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue