Template
1
0
Fork 0
mirror of https://aur.archlinux.org/ocp-git.git synced 2024-10-22 21:42:56 +00:00

Update to 0.2.105.r3.f9a4f71

This commit is contained in:
Xavier Moffett 2023-05-20 01:42:18 -04:00
parent 3b14da346d
commit e7a7f46bad
2 changed files with 9 additions and 14 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ocp-git pkgbase = ocp-git
pkgdesc = Open Cubic Player (GIT Version) pkgdesc = Open Cubic Player (GIT Version)
pkgver = 0.2.102.r40.3e1a320 pkgver = 0.2.105.r3.f9a4f71
pkgrel = 1 pkgrel = 1
url = https://stian.cubic.org/project-ocp.php url = https://stian.cubic.org/project-ocp.php
arch = i686 arch = i686
@ -35,8 +35,8 @@ pkgname = ocp-git
depends = zlib depends = zlib
depends = libancient depends = libancient
depends = libdiscid depends = libdiscid
provides = ocp=0.2.102.r40.3e1a320 provides = ocp=0.2.105.r3.f9a4f71
provides = ocp-curses=0.2.102.r40.3e1a320 provides = ocp-curses=0.2.105.r3.f9a4f71
conflicts = ocp-curses conflicts = ocp-curses
conflicts = ocp-sdl2 conflicts = ocp-sdl2
@ -56,8 +56,8 @@ pkgname = ocp-sdl2-git
depends = libjpeg-turbo depends = libjpeg-turbo
depends = libpng depends = libpng
depends = ttf-unifont depends = ttf-unifont
provides = ocp=0.2.102.r40.3e1a320 provides = ocp=0.2.105.r3.f9a4f71
provides = ocp-sdl2=0.2.102.r40.3e1a320 provides = ocp-sdl2=0.2.105.r3.f9a4f71
conflicts = ocp conflicts = ocp
conflicts = ocp-sdl2 conflicts = ocp-sdl2
conflicts = ocp-curses conflicts = ocp-curses

View file

@ -3,13 +3,16 @@
_pkgbase=ocp _pkgbase=ocp
pkgname=('ocp-git' 'ocp-sdl2-git') pkgname=('ocp-git' 'ocp-sdl2-git')
pkgver=0.2.102.r40.3e1a320 pkgver=0.2.105.r3.f9a4f71
pkgrel=1 pkgrel=1
pkgdesc="Open Cubic Player (GIT Version)" pkgdesc="Open Cubic Player (GIT Version)"
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)
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,20 +33,12 @@ makedepends=('alsa-lib'
'libpng' 'libpng'
'libvorbis') 'libvorbis')
source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git)
sha256sums=('SKIP')
pkgver() { pkgver() {
cd $_pkgbase cd $_pkgbase
echo "$(git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./')" echo "$(git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./')"
} }
prepare() { prepare() {
echo -e "\033[1;31m##!! NOTICE !!##\033[0m"
echo -e "\033[0;33mStarting with ocp 0.2.103, the ocp-git package has been split into two meta packages."
echo "Depending upon which features you use, no action will need to be taken."
echo -e "X11/SDL2 functionality is now provided by the ocp-sdl2-git meta package.\033[0m"
echo "Thanks for flying ocp-git in the AUR! :)"
cd $_pkgbase cd $_pkgbase
git submodule init git submodule init
git submodule update --init --recursive git submodule update --init --recursive