summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCore2023-07-10 12:38:16 +0100
committerCore2023-07-10 12:38:16 +0100
commit2e81885668caca505885f3b59f77d6aa548c6657 (patch)
tree7adbed1f5334477f6edbe62779ce9bc1e9053ad4
parentdb3105b08b98f4b7cf4d81471265f75575bc6835 (diff)
downloadaur-cider-git.tar.gz
Update make deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5a2ac179286..1cfe1db153f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = cider-git
license = AGPL3
makedepends = nvm
makedepends = fontconfig
+ makedepends = git
depends = gtk3
depends = nss
depends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index fa7c772cf82a..d7a340093ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,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=("${_pkgname}::git+https://github.com/ciderapp/${_pkgname}.git")