mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-21 20:06:27 +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:
parent
4a9a4b6ce8
commit
7bef476e3a
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.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
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
|
||||
_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() {
|
||||
|
|
Loading…
Reference in a new issue