summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCore2023-07-10 12:37:31 +0100
committerCore2023-07-10 12:37:31 +0100
commitf993c69c5734ee440df3c1b420ee260147c277a2 (patch)
tree1178c578f9f674243393882c579cc55eaf1f7b98 /PKGBUILD
parenteeb60342d9995c64164dfc2aced5a86b038261c9 (diff)
downloadaur-cider.tar.gz
Update make deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43463d0886b3..f9899a6bfa84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/ciderapp/${pkgname}.git"
license=(AGPL3)
depends=(gtk3 nss alsa-lib libxcrypt-compat)
optdepends=('libnotify: Playback notifications')
-makedepends=(nvm fontconfig)
+makedepends=(nvm fontconfig git)
provides=(${pkgname})
conflicts=(${pkgname})
source_x86_64=("https://github.com/ciderapp/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")