summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 643246dbc842..d9175cd33e92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = processing4
pkgdesc = Programming environment for creating images, animations and interactions
pkgver = 4.0b3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/processing/processing4
arch = x86_64
license = GPL
license = LGPL
makedepends = ant
makedepends = gendesk
+ makedepends = rsync
makedepends = unzip
depends = jdk-openjdk
depends = java-openjfx
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'