From 7bef476e3a23c5819f72b26896d4550ed3d76493 Mon Sep 17 00:00:00 2001 From: Ossi Saukko Date: Wed, 27 Nov 2019 13:20:55 +0200 Subject: [PATCH] Switching to GitHub Repository Source Code for the Open Cubic Player is now hosted on GitHub. This commit changes the new URL and also updates pkgver to 0.2.0.r339.ecd8853. --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 21c6c2f..beea9f2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ocp-git pkgdesc = Open Cubic Player (GIT Version) - pkgver = 0.1.22.r143.0183e4b - pkgrel = 2 + pkgver = 0.2.0.r339.ecd8853 + pkgrel = 1 url = http://stian.cubic.org/project-ocp.php install = ocp-git.install arch = i686 @@ -19,9 +19,9 @@ pkgbase = ocp-git optdepends = libvorbis: for Vorbis audio support optdepends = sdl: for SDL user interface support optdepends = sdl2: for SDL2 user interface support - provides = ocp=0.1.22.r143.0183e4b + provides = ocp=0.2.0.r339.ecd8853 conflicts = ocp - source = ocp::git://git.code.sf.net/p/opencubicplayer/code + source = ocp::git://github.com/mywave82/opencubicplayer.git md5sums = SKIP pkgname = ocp-git diff --git a/PKGBUILD b/PKGBUILD index 02ebe8b..21833fa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Ossi Saukko _name=ocp pkgname=ocp-git -pkgver=0.1.22.r143.0183e4b -pkgrel=2 +pkgver=0.2.0.r339.ecd8853 +pkgrel=1 pkgdesc="Open Cubic Player (GIT Version)" arch=('i686' 'x86_64') url="http://stian.cubic.org/project-ocp.php" @@ -22,7 +22,7 @@ makedepends=('git') provides=("${_name}=${pkgver}") conflicts=("${_name}") install=$pkgname.install -source=("${_name}::git://git.code.sf.net/p/opencubicplayer/code") +source=("${_name}::git://github.com/mywave82/opencubicplayer.git") md5sums=('SKIP') pkgver() {