Modify dependencies
This commit is contained in:
parent
9960ea5f72
commit
f4df77fbb3
2
.SRCINFO
2
.SRCINFO
@ -5,8 +5,8 @@ pkgbase = vivictpp
|
||||
url = https://github.com/svt/vivictpp
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
makedepends = cmake
|
||||
makedepends = meson
|
||||
depends = cmake
|
||||
depends = sdl2_ttf
|
||||
depends = ffmpeg
|
||||
provides = vivictpp
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -9,10 +9,10 @@ pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='https://github.com/svt/vivictpp'
|
||||
license=('GPL2')
|
||||
depends=('cmake'
|
||||
'sdl2_ttf'
|
||||
depends=('sdl2_ttf'
|
||||
'ffmpeg')
|
||||
makedepends=('meson')
|
||||
makedepends=('cmake'
|
||||
'meson')
|
||||
provides=("${pkgname}")
|
||||
conflicts=("${pkgname}")
|
||||
source=("https://github.com/svt/vivictpp/archive/refs/tags/v${pkgver}.zip")
|
||||
|
Loading…
Reference in New Issue
Block a user