mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-21 11:56:29 +00:00
Remove line breaks
This commit is contained in:
parent
b42e6c5a43
commit
f9bf0b8a17
1 changed files with 0 additions and 3 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -9,15 +9,12 @@ pkgdesc="Open Cubic Player (GIT Version)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://stian.cubic.org/project-ocp.php"
|
url="https://stian.cubic.org/project-ocp.php"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
|
||||||
source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git)
|
source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git)
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
optdepends=('libvorbis: Vorbis codec support'
|
optdepends=('libvorbis: Vorbis codec support'
|
||||||
'libmad: MPEG codec support'
|
'libmad: MPEG codec support'
|
||||||
'flac: FLAC codec support'
|
'flac: FLAC codec support'
|
||||||
'libgme: Video game music emulation/playback support')
|
'libgme: Video game music emulation/playback support')
|
||||||
|
|
||||||
makedepends=('alsa-lib'
|
makedepends=('alsa-lib'
|
||||||
'cjson'
|
'cjson'
|
||||||
'desktop-file-utils'
|
'desktop-file-utils'
|
||||||
|
|
Loading…
Reference in a new issue