Fix pkgrel, makedepends
This commit is contained in:
parent
1c2e1ae163
commit
a8a85e015b
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -4,12 +4,12 @@ _pkgname=godot-export-templates
|
||||||
pkgname=${_pkgname}-git
|
pkgname=${_pkgname}-git
|
||||||
_gitname=godot
|
_gitname=godot
|
||||||
pkgver=4.0.dev
|
pkgver=4.0.dev
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Godot export templates'
|
pkgdesc='Godot export templates'
|
||||||
url='https://godotengine.org/'
|
url='https://godotengine.org/'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
makedepends=('git' 'scons' 'pulseaudio' 'clang' 'pkgconf')
|
makedepends=('git' 'scons' 'pulseaudio' 'clang' 'pkgconf' 'xorg-xrandr' 'yasm')
|
||||||
optdepends=('godot: use the templates')
|
optdepends=('godot: use the templates')
|
||||||
|
|
||||||
source=(
|
source=(
|
||||||
|
|
Loading…
Reference in a new issue