mirror of
https://github.com/archlinux/aur.git
synced 2026-03-02 00:15:08 +01:00
[fix] Add makedepend mercurial
This commit is contained in:
parent
3853f05590
commit
538148f942
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -6,6 +6,7 @@ pkgbase = sdl_sound-patched-hg
|
|||
arch = i686
|
||||
arch = x86_64
|
||||
license = LGPL
|
||||
makedepends = mercurial
|
||||
depends = sdl2
|
||||
depends = libmodplug
|
||||
depends = libvorbis
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -11,6 +11,7 @@ arch=('i686' 'x86_64')
|
|||
url="http://icculus.org/SDL_sound/"
|
||||
license=('LGPL')
|
||||
depends=('sdl2' 'libmodplug' 'libvorbis' 'flac' 'speex')
|
||||
makedepends=('mercurial')
|
||||
conflicts=("$_name")
|
||||
provides=("$_name")
|
||||
source=($_name::"hg+http://hg.icculus.org/icculus/SDL_sound"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue