Added libxcrypt-compat dependency

master
Jef Roosens 2022-07-19 16:41:13 +02:00
parent 2f77e906e7
commit 7aadf344f0
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ pkgbase = cpod-git
makedepends = nvm
makedepends = yarn
depends = gconf
depends = libxcrypt-compat
provides = cpod
conflicts = cpod
replaces = cumulonimbus

View File

@ -7,7 +7,7 @@ pkgdesc="A simple, beautiful podcast app"
arch=('x86_64')
url="https://github.com/z-------------/CPod"
license=('Apache')
depends=('gconf')
depends=('gconf' 'libxcrypt-compat')
makedepends=('git' 'gulp' 'nvm' 'yarn')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")