summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben2022-01-20 11:28:41 +0100
committerTorben2022-01-20 11:28:41 +0100
commit6a0333b4c6f9bb2460d479e3ef0b6400b70038f8 (patch)
tree71898d768afbd4e0964f8802f639c00b925bddd0
parentad479649c693c20c0611859c92167e8444a55e2d (diff)
downloadaur-6a0333b4c6f9bb2460d479e3ef0b6400b70038f8.tar.gz
Add rsync to make dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9975bed5ec16..d7516c1a9a70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = processing4-git
pkgdesc = Programming environment for creating images, animations and interactions
pkgver = 4.0b3.r92.g2e7b548a7
- 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 700754ea1a4d..6daaaad0e4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=processing4-git
pkgver=4.0b3.r92.g2e7b548a7
-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://download.processing.org/reference.zip'
disable_update_check.patch