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

Update to 0.2.107

This commit is contained in:
Xavier Moffett 2024-02-19 15:46:47 -05:00
parent 1bd28207e4
commit bf7f724d67
2 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ocp
pkgdesc = Open Cubic Player
pkgver = 0.2.106
pkgrel = 2
pkgver = 0.2.107
pkgrel = 1
url = https://stian.cubic.org/project-ocp.php
arch = i686
arch = x86_64
@ -26,7 +26,7 @@ pkgbase = ocp
optdepends = libmad: MPEG codec support
optdepends = flac: FLAC codec support
optdepends = libgme: Video game music emulation/playback support
source = ocp::git+https://github.com/mywave82/opencubicplayer.git#tag=v0.2.106
source = ocp::git+https://github.com/mywave82/opencubicplayer.git#tag=v0.2.107
sha256sums = SKIP
pkgname = ocp
@ -37,8 +37,8 @@ pkgname = ocp
depends = zlib
depends = libancient
depends = libdiscid
provides = ocp=0.2.106
provides = ocp-curses=0.2.106
provides = ocp=0.2.107
provides = ocp-curses=0.2.107
conflicts = ocp-curses
conflicts = ocp-sdl2
@ -58,8 +58,8 @@ pkgname = ocp-sdl2
depends = libjpeg-turbo
depends = libpng
depends = ttf-unifont
provides = ocp=0.2.106
provides = ocp-sdl2=0.2.106
provides = ocp=0.2.107
provides = ocp-sdl2=0.2.107
conflicts = ocp
conflicts = ocp-sdl2
conflicts = ocp-curses

View file

@ -1,10 +1,10 @@
# Maintainer: Xavier (sapphirus at azorium dot net)
# Original Contributor: Mikael Eriksson <mikael_eriksson@miffe.org>
# Contributor: Mikael Eriksson <mikael_eriksson@miffe.org>
_pkgbase=ocp
pkgname=('ocp' 'ocp-sdl2')
pkgver=0.2.106
pkgrel=2
pkgver=0.2.107
pkgrel=1
pkgdesc="Open Cubic Player"
arch=('i686' 'x86_64')
url="https://stian.cubic.org/project-ocp.php"