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
|
url = https://github.com/svt/vivictpp
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
makedepends = cmake
|
||||||
makedepends = meson
|
makedepends = meson
|
||||||
depends = cmake
|
|
||||||
depends = sdl2_ttf
|
depends = sdl2_ttf
|
||||||
depends = ffmpeg
|
depends = ffmpeg
|
||||||
provides = vivictpp
|
provides = vivictpp
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -9,10 +9,10 @@ pkgrel=1
|
|||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://github.com/svt/vivictpp'
|
url='https://github.com/svt/vivictpp'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('cmake'
|
depends=('sdl2_ttf'
|
||||||
'sdl2_ttf'
|
|
||||||
'ffmpeg')
|
'ffmpeg')
|
||||||
makedepends=('meson')
|
makedepends=('cmake'
|
||||||
|
'meson')
|
||||||
provides=("${pkgname}")
|
provides=("${pkgname}")
|
||||||
conflicts=("${pkgname}")
|
conflicts=("${pkgname}")
|
||||||
source=("https://github.com/svt/vivictpp/archive/refs/tags/v${pkgver}.zip")
|
source=("https://github.com/svt/vivictpp/archive/refs/tags/v${pkgver}.zip")
|
||||||
|
Loading…
Reference in New Issue
Block a user