summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2020-08-24 04:07:55 +0200
committerMikael Eriksson2020-08-24 04:07:55 +0200
commit7f3d64e2ef28eb52ed1ecc5805cffc60a798c534 (patch)
treec56c439dce54e1fe9cdd1eed9f53b97921a10558
parentd185f8fb956343aa3a55bddbc6e7b28ad9ffa4a8 (diff)
downloadaur-7f3d64e2ef28eb52ed1ecc5805cffc60a798c534.tar.gz
Fix deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 214613735989..23c8d70d94f5 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index b037b9e18e32..c9e81ab7a189 100644
--- a/PKGBUILD
+++ b/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