summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCrankySupertoon2020-10-10 17:19:47 -0400
committerCrankySupertoon2020-10-10 17:19:47 -0400
commit3445129d5b40fc698c982bc0ea49548fbe6af1cb (patch)
treefa9dad5cbda980b94f348317f083438ee2541e16 /PKGBUILD
parent50367901db2f6d76a998399ebedeff916a8ba1b1 (diff)
downloadaur-3445129d5b40fc698c982bc0ea49548fbe6af1cb.tar.gz
remove unneeded dependenices
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9fb2b89bbf4..0d03440b55fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=('x86_64')
pkgdesc="NSMB2 level editor!"
url="https://github.com/Arisotura/CoinKiller"
license=('GPL3')
-makedepends=('gendesk' 'git' 'yarn' 'nodejs' 'rust' 'unzip')
-depends=('libnotify' 'libxss' 'libxtst' 'libindicator-gtk3' 'libappindicator-gtk3')
+makedepends=('gendesk' 'git')
+depends=('qt5-base')
conflicts=('coinkiller-bin' 'coinkiller-git')
source=("${pkgver}::${url}/archive/v${pkgver}.zip")
md5sums=('SKIP')