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.104

This commit is contained in:
Xavier Moffett 2023-05-11 20:16:39 -04:00
parent ddc3b2529b
commit 80d3b5a141

View file

@ -3,13 +3,16 @@
_pkgbase=ocp _pkgbase=ocp
pkgname=('ocp' 'ocp-sdl2') pkgname=('ocp' 'ocp-sdl2')
pkgver=0.2.103 pkgver=0.2.104
pkgrel=6 pkgrel=1
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"
license=('GPL') license=('GPL')
source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git#tag=v${pkgver})
sha256sums=('SKIP')
optdepends=('libvorbis: Vorbis codec support' optdepends=('libvorbis: Vorbis codec support'
'libmad: MPEG codec support' 'libmad: MPEG codec support'
'flac: FLAC codec support') 'flac: FLAC codec support')
@ -30,9 +33,6 @@ makedepends=('alsa-lib'
'libpng' 'libpng'
'libvorbis') 'libvorbis')
source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git#tag=v${pkgver})
sha256sums=('SKIP')
prepare() { prepare() {
echo -e "\033[1;31m##!! NOTICE !!##\033[0m" echo -e "\033[1;31m##!! NOTICE !!##\033[0m"
echo -e "\033[0;33mStarting with ocp 0.2.103, the ocp package has been split into two meta packages." echo -e "\033[0;33mStarting with ocp 0.2.103, the ocp package has been split into two meta packages."