summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycex2023-06-30 23:18:46 +0200
committernycex2023-06-30 23:18:46 +0200
commitb727d8510f3f2787fa9365a9293c2f5b1f2dca1a (patch)
tree79f9f48d2ac76f2ff6967aa8058f63aeb16df315 /PKGBUILD
parentbeea66a47d6b31994ed2a23b0bad389d6c1dfee7 (diff)
downloadaur-jdk11-openjdk-dcevm.tar.gz
add conflicts with old package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59ecfb8a2dfe..58ef6ccb7588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: therealfarfetchd <aur@therealfarfetchd.dev>
+# Maintainer: nycex <bernhard / ithnet.com>
# Based on jdk11-adoptopenjdk
@@ -22,6 +22,8 @@ optdepends=(
'gtk2: for the Gtk+ 2 look and feel'
'gtk3: for the Gtk+ 3 look and feel'
)
+conflicts=('jdk11-openjdk-dcevm-conflicts-fixed')
+replaces=('jdk11-openjdk-dcevm-conflicts-fixed')
provides=(
"java-runtime-headless=${_majorver}"