summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2021-09-22 10:06:49 +0200
committerJose Riha2021-09-22 10:06:49 +0200
commitf37b5563dcea6f8812a8910047f9f9b5cf22385e (patch)
tree4e5505f076867c9cd91236ec4cd7416c7fffc129
parent8525d5a504c644110644d0ad45b8f1d7d8e344d4 (diff)
downloadaur-f37b5563dcea6f8812a8910047f9f9b5cf22385e.tar.gz
Remove archlinux-java-run from optdeps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 287be5f87dec..37ef52f913b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kryoflux
pkgdesc = USB Floppy Controller for Software Preservation
pkgver = 2.6
- pkgrel = 6
+ pkgrel = 7
url = http://www.kryoflux.com
install = kryoflux.install
arch = i686
@@ -11,7 +11,6 @@ pkgbase = kryoflux
makedepends = imagemagick
depends = libusb
optdepends = java-runtime: for the Kryoflux GUI
- optdepends = archlinux-java-run: for the Kryoflux GUI
provides = capsimage
conflicts = capsimage
source = http://www.kryoflux.com/download/kryoflux_2.6_linux.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 70074e0784af..8caa2b89164d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=kryoflux
pkgdesc="USB Floppy Controller for Software Preservation"
pkgver=2.6
-pkgrel=6
+pkgrel=7
arch=('i686' 'x86_64')
url="http://www.kryoflux.com"
license=('custom')
@@ -13,7 +13,7 @@ conflicts=('capsimage')
depends=('libusb')
install=kryoflux.install
makedepends=('gendesk' 'imagemagick')
-optdepends=('java-runtime: for the Kryoflux GUI' 'archlinux-java-run: for the Kryoflux GUI')
+optdepends=('java-runtime: for the Kryoflux GUI')
source=("http://www.kryoflux.com/download/kryoflux_${pkgver}_linux.tar.bz2"
'https://kryoflux.com/kryoflux-ui.jar'
'80-kryoflux.rules'