summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efa2a1317e04..f5e9774786a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = processing-git
pkgdesc = Programming environment for creating images, animations and interactions
- pkgver = 4.0.1.r0.g58ff6a3c
+ pkgver = 4.0.1.r39.gf681ae31b
pkgrel = 1
url = https://github.com/processing/processing4
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = processing-git
makedepends = rsync
makedepends = unzip
depends = java-environment-openjdk=17
+ depends = ffmpeg
provides = processing
- provides = processing4
conflicts = processing
options = !strip
source = disable_update_check.patch
diff --git a/PKGBUILD b/PKGBUILD
index 44d4efa54892..8a7831ab0ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Torben <git at letorbi dot com>
pkgname=processing-git
-pkgver=4.0.1.r0.g58ff6a3c
+pkgver=4.0.1.r39.gf681ae31b
pkgrel=1
arch=(x86_64)
pkgdesc='Programming environment for creating images, animations and interactions'
url='https://github.com/processing/processing4'
license=(GPL LGPL)
-provides=('processing' 'processing4')
-conflicts=('processing')
-depends=('java-environment-openjdk=17')
-makedepends=('ant' 'gendesk' 'rsync' 'unzip')
+provides=(processing)
+conflicts=(processing)
+depends=('java-environment-openjdk=17' ffmpeg)
+makedepends=(ant gendesk rsync unzip)
options=(!strip)
source=(disable_update_check.patch
no_ffmpeg_download.patch