From 7aadf344f0c361e58506950410b76790c8ea242a Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Tue, 19 Jul 2022 16:41:13 +0200 Subject: [PATCH] Added libxcrypt-compat dependency --- .SRCINFO | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index 7d90016..80284dc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -10,6 +10,7 @@ pkgbase = cpod-git makedepends = nvm makedepends = yarn depends = gconf + depends = libxcrypt-compat provides = cpod conflicts = cpod replaces = cumulonimbus diff --git a/PKGBUILD b/PKGBUILD index e71c255..68ed77a 100644 --- a/PKGBUILD +++ b/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}")