Added libxcrypt-compat dependency
parent
2f77e906e7
commit
7aadf344f0
1
.SRCINFO
1
.SRCINFO
|
@ -10,6 +10,7 @@ pkgbase = cpod-git
|
||||||
makedepends = nvm
|
makedepends = nvm
|
||||||
makedepends = yarn
|
makedepends = yarn
|
||||||
depends = gconf
|
depends = gconf
|
||||||
|
depends = libxcrypt-compat
|
||||||
provides = cpod
|
provides = cpod
|
||||||
conflicts = cpod
|
conflicts = cpod
|
||||||
replaces = cumulonimbus
|
replaces = cumulonimbus
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -7,7 +7,7 @@ pkgdesc="A simple, beautiful podcast app"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/z-------------/CPod"
|
url="https://github.com/z-------------/CPod"
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
depends=('gconf')
|
depends=('gconf' 'libxcrypt-compat')
|
||||||
makedepends=('git' 'gulp' 'nvm' 'yarn')
|
makedepends=('git' 'gulp' 'nvm' 'yarn')
|
||||||
provides=("${pkgname%-git}")
|
provides=("${pkgname%-git}")
|
||||||
conflicts=("${pkgname%-git}")
|
conflicts=("${pkgname%-git}")
|
||||||
|
|
Loading…
Reference in New Issue