mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-22 12:26:28 +00:00
Update to 0.2.104
This commit is contained in:
parent
ddc3b2529b
commit
80d3b5a141
1 changed files with 5 additions and 5 deletions
10
PKGBUILD
10
PKGBUILD
|
@ -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."
|
||||||
|
|
Loading…
Reference in a new issue