summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben2022-10-29 11:41:52 +0200
committerTorben2022-10-29 11:41:52 +0200
commitedb74e59a169e8c9753af394678caaf21657cdfa (patch)
tree89dd2a2b13c4d5ce4c591f0264992b884e9fe689
parent330af72bb58974a72a41737a91728185d87126a7 (diff)
downloadaur-edb74e59a169e8c9753af394678caaf21657cdfa.tar.gz
Add examples as optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5e9774786a8..2dc8a8992835 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = processing-git
pkgdesc = Programming environment for creating images, animations and interactions
pkgver = 4.0.1.r39.gf681ae31b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/processing/processing4
arch = x86_64
license = GPL
@@ -12,6 +12,7 @@ pkgbase = processing-git
makedepends = unzip
depends = java-environment-openjdk=17
depends = ffmpeg
+ optdepends = processing-examples: Examples for Processing
provides = processing
conflicts = processing
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 8a7831ab0ab0..26959c928620 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=processing-git
pkgver=4.0.1.r39.gf681ae31b
-pkgrel=1
+pkgrel=2
arch=(x86_64)
pkgdesc='Programming environment for creating images, animations and interactions'
url='https://github.com/processing/processing4'
@@ -10,6 +10,7 @@ license=(GPL LGPL)
provides=(processing)
conflicts=(processing)
depends=('java-environment-openjdk=17' ffmpeg)
+optdepends=('processing-examples: Examples for Processing')
makedepends=(ant gendesk rsync unzip)
options=(!strip)
source=(disable_update_check.patch