Added libxcrypt-compat dependency
parent
2f77e906e7
commit
7aadf344f0
1
.SRCINFO
1
.SRCINFO
|
@ -10,6 +10,7 @@ pkgbase = cpod-git
|
|||
makedepends = nvm
|
||||
makedepends = yarn
|
||||
depends = gconf
|
||||
depends = libxcrypt-compat
|
||||
provides = cpod
|
||||
conflicts = cpod
|
||||
replaces = cumulonimbus
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue