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

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.
This commit is contained in:
Ossi Saukko 2019-11-27 13:20:55 +02:00
parent 4a9a4b6ce8
commit 7bef476e3a
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ocp-git pkgbase = ocp-git
pkgdesc = Open Cubic Player (GIT Version) pkgdesc = Open Cubic Player (GIT Version)
pkgver = 0.1.22.r143.0183e4b pkgver = 0.2.0.r339.ecd8853
pkgrel = 2 pkgrel = 1
url = http://stian.cubic.org/project-ocp.php url = http://stian.cubic.org/project-ocp.php
install = ocp-git.install install = ocp-git.install
arch = i686 arch = i686
@ -19,9 +19,9 @@ pkgbase = ocp-git
optdepends = libvorbis: for Vorbis audio support optdepends = libvorbis: for Vorbis audio support
optdepends = sdl: for SDL user interface support optdepends = sdl: for SDL user interface support
optdepends = sdl2: for SDL2 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 conflicts = ocp
source = ocp::git://git.code.sf.net/p/opencubicplayer/code source = ocp::git://github.com/mywave82/opencubicplayer.git
md5sums = SKIP md5sums = SKIP
pkgname = ocp-git pkgname = ocp-git

View file

@ -1,8 +1,8 @@
# Maintainer: Ossi Saukko <osaukko at gmail dot com> # Maintainer: Ossi Saukko <osaukko at gmail dot com>
_name=ocp _name=ocp
pkgname=ocp-git pkgname=ocp-git
pkgver=0.1.22.r143.0183e4b pkgver=0.2.0.r339.ecd8853
pkgrel=2 pkgrel=1
pkgdesc="Open Cubic Player (GIT Version)" pkgdesc="Open Cubic Player (GIT Version)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://stian.cubic.org/project-ocp.php" url="http://stian.cubic.org/project-ocp.php"
@ -22,7 +22,7 @@ makedepends=('git')
provides=("${_name}=${pkgver}") provides=("${_name}=${pkgver}")
conflicts=("${_name}") conflicts=("${_name}")
install=$pkgname.install install=$pkgname.install
source=("${_name}::git://git.code.sf.net/p/opencubicplayer/code") source=("${_name}::git://github.com/mywave82/opencubicplayer.git")
md5sums=('SKIP') md5sums=('SKIP')
pkgver() { pkgver() {