Skip to content

Commit

Permalink
🐛 fix: add depends file
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Jan 7, 2025
1 parent 653c66e commit 05eca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snigdhaos-assistant/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgdesc="A setup utility for Snigdha OS which helps setting up & installing appl
arch=('any')
url="https://gitlab.com/snigdhaos/snigdhaos-assistant/"
license=('MIT')
depends=('yad' 'wget' 'qt5-base' 'curl' 'jq')
depends=('yad' 'wget' 'qt5-base' 'curl' 'jq' 'snigdhaos-libs')
optdepends=('pamac: For managing packages')
makedepends=('git' 'cmake')
groups=()
Expand Down

0 comments on commit 05eca77

Please sign in to comment.