mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-21 11:56:30 +00:00
Fix deps
This commit is contained in:
parent
d185f8fb95
commit
7f3d64e2ef
2 changed files with 5 additions and 4 deletions
5
.SRCINFO
5
.SRCINFO
|
@ -7,6 +7,9 @@ pkgbase = ocp
|
|||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = desktop-file-utils
|
||||
makedepends = git
|
||||
makedepends = xa
|
||||
makedepends = patch
|
||||
depends = libxxf86vm
|
||||
depends = libvorbis
|
||||
depends = libxpm
|
||||
|
@ -19,8 +22,6 @@ pkgbase = ocp
|
|||
depends = libpng
|
||||
depends = freetype2
|
||||
depends = ttf-unifont
|
||||
depends = patch
|
||||
depends = xa
|
||||
source = git+https://github.com/mywave82/opencubicplayer.git#tag=v0.2.2
|
||||
source = git+https://github.com/mywave82/timidity.git
|
||||
source = git+https://github.com/mywave82/sidplay-residfp-ocp
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -7,8 +7,8 @@ pkgrel=1
|
|||
pkgdesc="Open Cubic Player"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/mywave82/opencubicplayer"
|
||||
depends=('libxxf86vm' 'libvorbis' 'libxpm' 'alsa-lib' 'libmad' 'flac' 'sdl2' 'adplug' 'libjpeg-turbo' 'libpng' 'freetype2' 'ttf-unifont' 'patch' 'xa')
|
||||
makedepends=('desktop-file-utils')
|
||||
depends=('libxxf86vm' 'libvorbis' 'libxpm' 'alsa-lib' 'libmad' 'flac' 'sdl2' 'adplug' 'libjpeg-turbo' 'libpng' 'freetype2' 'ttf-unifont')
|
||||
makedepends=('desktop-file-utils' 'git' 'xa' 'patch')
|
||||
license=('GPL')
|
||||
source=(git+https://github.com/mywave82/opencubicplayer.git#tag=v${pkgver}
|
||||
git+https://github.com/mywave82/timidity.git
|
||||
|
|
Loading…
Reference in a new issue