summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorben2022-01-20 11:21:22 +0100
committerTorben2022-01-20 11:21:22 +0100
commit217e091ac2b07c5e0a40dca5f8d159effe58513f (patch)
treeec42c500d34d71c3eef0e4b0716c9460d0a11191 /PKGBUILD
parentf2a4243b1be8f83d7e46a7c0acc3e391e91939d7 (diff)
downloadaur-217e091ac2b07c5e0a40dca5f8d159effe58513f.tar.gz
Add rsync to make dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd3cdf6d821a..86e260fadc31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=processing4
pkgver=4.0b3
-pkgrel=1
+pkgrel=2
arch=(x86_64)
pkgdesc='Programming environment for creating images, animations and interactions'
url='https://github.com/processing/processing4'
@@ -10,7 +10,7 @@ license=(GPL LGPL)
provides=('processing' 'processing4')
conflicts=('processing')
depends=( 'jdk-openjdk' 'java-openjfx')
-makedepends=('ant' 'gendesk' 'unzip')
+makedepends=('ant' 'gendesk' 'rsync' 'unzip')
options=(!strip)
source=("https://github.com/processing/processing4/archive/processing-$((1275+${pkgver##4.0b}))-$pkgver.tar.gz"
'https://download.processing.org/reference.zip'