summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavier2023-05-11 20:16:39 -0400
committerXavier2023-05-11 20:16:39 -0400
commit80d3b5a14163e8f4d30d7ee2a1deb56e0ce86ae1 (patch)
tree33d73fe2f5c1bdcc18135d1495af1a09fd38f88a /PKGBUILD
parentddc3b2529b49156fb0bd1bb460485534629ec85f (diff)
downloadaur-80d3b5a14163e8f4d30d7ee2a1deb56e0ce86ae1.tar.gz
Update to 0.2.104
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73df46befde0..cb23aad4959a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,16 @@
_pkgbase=ocp
pkgname=('ocp' 'ocp-sdl2')
-pkgver=0.2.103
-pkgrel=6
+pkgver=0.2.104
+pkgrel=1
pkgdesc="Open Cubic Player"
arch=('i686' 'x86_64')
url="https://stian.cubic.org/project-ocp.php"
license=('GPL')
+source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
optdepends=('libvorbis: Vorbis codec support'
'libmad: MPEG codec support'
'flac: FLAC codec support')
@@ -30,9 +33,6 @@ makedepends=('alsa-lib'
'libpng'
'libvorbis')
-source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
prepare() {
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."