diff options
author | huantian | 2021-06-22 18:27:34 -0700 |
---|---|---|
committer | huantian | 2021-06-22 18:27:34 -0700 |
commit | 799ce3390219240c279cb5ac893f24ad87403660 (patch) | |
tree | 91bc5a57b76e18d8cad88843099b435c9a56f701 | |
parent | ea24c54aad7e0ed92bb19d637955c0e6535e2d75 (diff) | |
download | aur-799ce3390219240c279cb5ac893f24ad87403660.tar.gz |
add imagemagick to makedeps
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ pkgbase = gdlauncher makedepends = nodejs makedepends = npm makedepends = rust + makedepends = imagemagick depends = libnotify depends = libxss depends = libxtst @@ -7,7 +7,7 @@ arch=('x86_64') pkgdesc="GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience" url="https://gdevs.io" license=('GPL3') -makedepends=('gendesk' 'git' 'nodejs' 'npm' 'rust') +makedepends=('gendesk' 'git' 'nodejs' 'npm' 'rust' 'imagemagick') depends=('libnotify' 'libxss' 'libxtst' 'libindicator-gtk3' 'libappindicator-gtk3' 'electron' 'p7zip') conflicts=('gdlauncher-appimage' 'gdlauncher-git' 'gdlauncher-bin' 'gdlauncher-appimage') provides=('gdlauncher') |