Modify dependencies

This commit is contained in:
RealStickman 2022-10-17 13:48:31 +02:00
parent 9960ea5f72
commit f4df77fbb3
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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")