summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorben2020-06-19 01:26:56 +0200
committerTorben2020-06-19 01:26:56 +0200
commit283ad412b50a78fdcb02b6ae6fc9103281f7c5fe (patch)
treecf9ef5a829210539364a76b33cf08930b1d96a7a /PKGBUILD
parent9e6b271434aacf96fdd172c00f533d08df33318e (diff)
downloadaur-283ad412b50a78fdcb02b6ae6fc9103281f7c5fe.tar.gz
Prevent problems with 'processing4' package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edde2f7b6fc8..9e0b0ddb44e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=processing4-git
pkgver=r1.3cd8898
-pkgrel=1
+pkgrel=2
arch=(x86_64)
pkgdesc='Programming environment for creating images, animations and interactions'
url='https://github.com/processing/processing4'
license=(GPL LGPL)
+provides=('processing4')
+conflicts=('processing4')
depends=('jdk11-openjdk' 'libgl')
# TODO add jogl as make-dependency once a package for version 2.4.0 exists
makedepends=('ant' 'gendesk' 'java11-openjfx' 'unzip')