Add missing dependencies to PKGBUILD
This commit is contained in:
parent
a47b972def
commit
aee71e94c1
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: xiretza <aur@xiretza.xyz>
|
||||
_pkgname=factoriauth
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=v1.2.0.r0.g35f706b
|
||||
pkgver=1.2.0.r1.ga47b972
|
||||
pkgrel=1
|
||||
pkgdesc="An unofficial Factorio authentication server"
|
||||
arch=(x86_64)
|
||||
url="https://git.it-syndikat.org/xiretza/factoriauth"
|
||||
license=('AGPL-3.0-or-later')
|
||||
groups=()
|
||||
depends=("glibc" "gcc-libs")
|
||||
makedepends=("git" "cargo")
|
||||
depends=("glibc" "gcc-libs" "pam")
|
||||
makedepends=("git" "cargo" "llvm" "clang")
|
||||
provides=("$_pkgname")
|
||||
conflicts=("$_pkgname")
|
||||
backup=("etc/$_pkgname/config.toml")
|
||||
|
|
Loading…
Reference in a new issue