mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-22 04:16:28 +00:00
Bump to release 4, typo fix.
This commit is contained in:
parent
fd5a30d295
commit
ed89d63eee
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = ocp
|
pkgbase = ocp
|
||||||
pkgdesc = Open Cubic Player
|
pkgdesc = Open Cubic Player
|
||||||
pkgver = 0.2.103
|
pkgver = 0.2.103
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://stian.cubic.org/project-ocp.php
|
url = https://stian.cubic.org/project-ocp.php
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -44,7 +44,7 @@ pkgname = ocp
|
||||||
pkgname = ocp-sdl2
|
pkgname = ocp-sdl2
|
||||||
install = ocp.install
|
install = ocp.install
|
||||||
depends = alsa-lib
|
depends = alsa-lib
|
||||||
depends = bizp2
|
depends = bzip2
|
||||||
depends = cjson
|
depends = cjson
|
||||||
depends = freetype2
|
depends = freetype2
|
||||||
depends = hicolor-icon-theme
|
depends = hicolor-icon-theme
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
_pkgbase=ocp
|
_pkgbase=ocp
|
||||||
pkgname=('ocp' 'ocp-sdl2')
|
pkgname=('ocp' 'ocp-sdl2')
|
||||||
pkgver=0.2.103
|
pkgver=0.2.103
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Open Cubic Player"
|
pkgdesc="Open Cubic Player"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://stian.cubic.org/project-ocp.php"
|
url="https://stian.cubic.org/project-ocp.php"
|
||||||
|
@ -67,7 +67,7 @@ package_ocp-sdl2() {
|
||||||
conflicts=('ocp' 'ocp-curses')
|
conflicts=('ocp' 'ocp-curses')
|
||||||
install=${_pkgbase}.install
|
install=${_pkgbase}.install
|
||||||
depends=('alsa-lib'
|
depends=('alsa-lib'
|
||||||
'bizp2'
|
'bzip2'
|
||||||
'cjson'
|
'cjson'
|
||||||
'freetype2'
|
'freetype2'
|
||||||
'hicolor-icon-theme'
|
'hicolor-icon-theme'
|
||||||
|
|
Loading…
Reference in a new issue