summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2022-05-08 12:52:54 -0700
committerThomas Hebb2022-05-08 12:54:38 -0700
commite9509a96035774dfe923b3630e6d231b31c1c60c (patch)
treebd98c6f49f2faff97bb79058d34b94b09b743a5f
parent0c69d6cf052f8d9d4a0aeafbac5102e248f7f7be (diff)
downloadaur-e9509a96035774dfe923b3630e6d231b31c1c60c.tar.gz
Remove unneeded dependencies
I think I originally added java-runtime because I thought there was Java code in this repo, given that there are JNI libraries. But there's actually not. We just need the JNI headers at build time, not a JRE at runtime. I have no idea why I originally added webkit2gtk, but namcap says we don't need it anymore and I see no reference to it anywhere in the source.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 529ee3234bf3..7296664a5eeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,6 @@ pkgbase = usbdm-git
arch = x86_64
license = GPL2
makedepends = java-environment
- depends = java-runtime
- depends = webkit2gtk
depends = xerces-c
depends = tcl
depends = wxgtk2
diff --git a/PKGBUILD b/PKGBUILD
index 31b9cd4b59eb..33a167b66e0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Debugger interface for Freescale RS08,HCS08,HCS12,Coldfire and ARM-Kine
arch=("x86_64")
url="http://usbdm.sourceforge.net/"
license=('GPL2')
-depends=("java-runtime" "webkit2gtk" "xerces-c" "tcl" "wxgtk2" "xdg-utils")
+depends=("xerces-c" "tcl" "wxgtk2" "xdg-utils")
makedepends=("java-environment")
provides=("usbdm")
conflicts=("usbdm")