summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier2023-05-20 01:42:18 -0400
committerXavier2023-05-20 01:42:18 -0400
commite7a7f46bada3db0334def81ed279bb5486963408 (patch)
tree46a37645cfc4e1210eacd360f90ad07bd57eefd7
parent3b14da346dbed94957856714a41613f5b086fed3 (diff)
downloadaur-e7a7f46bada3db0334def81ed279bb5486963408.tar.gz
Update to 0.2.105.r3.f9a4f71
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba4bccb83560..5d6a57ca48b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocp-git
pkgdesc = Open Cubic Player (GIT Version)
- pkgver = 0.2.102.r40.3e1a320
+ pkgver = 0.2.105.r3.f9a4f71
pkgrel = 1
url = https://stian.cubic.org/project-ocp.php
arch = i686
@@ -35,8 +35,8 @@ pkgname = ocp-git
depends = zlib
depends = libancient
depends = libdiscid
- provides = ocp=0.2.102.r40.3e1a320
- provides = ocp-curses=0.2.102.r40.3e1a320
+ provides = ocp=0.2.105.r3.f9a4f71
+ provides = ocp-curses=0.2.105.r3.f9a4f71
conflicts = ocp-curses
conflicts = ocp-sdl2
@@ -56,8 +56,8 @@ pkgname = ocp-sdl2-git
depends = libjpeg-turbo
depends = libpng
depends = ttf-unifont
- provides = ocp=0.2.102.r40.3e1a320
- provides = ocp-sdl2=0.2.102.r40.3e1a320
+ provides = ocp=0.2.105.r3.f9a4f71
+ provides = ocp-sdl2=0.2.105.r3.f9a4f71
conflicts = ocp
conflicts = ocp-sdl2
conflicts = ocp-curses
diff --git a/PKGBUILD b/PKGBUILD
index f0dea30900e5..15d3fa966950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,16 @@
_pkgbase=ocp
pkgname=('ocp-git' 'ocp-sdl2-git')
-pkgver=0.2.102.r40.3e1a320
+pkgver=0.2.105.r3.f9a4f71
pkgrel=1
pkgdesc="Open Cubic Player (GIT Version)"
arch=('i686' 'x86_64')
url="https://stian.cubic.org/project-ocp.php"
license=('GPL')
+source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git)
+sha256sums=('SKIP')
+
optdepends=('libvorbis: Vorbis codec support'
'libmad: MPEG codec support'
'flac: FLAC codec support')
@@ -30,20 +33,12 @@ makedepends=('alsa-lib'
'libpng'
'libvorbis')
-source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git)
-sha256sums=('SKIP')
-
pkgver() {
cd $_pkgbase
echo "$(git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./')"
}
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
git submodule init
git submodule update --init --recursive