Date: Wednesday, February 8, 2017 @ 00:02:39 Author: arodseth Revision: 210979
upgpkg: processing 3.2.4-1 Modified: processing/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-07 23:59:06 UTC (rev 210978) +++ PKGBUILD 2017-02-08 00:02:39 UTC (rev 210979) @@ -2,9 +2,9 @@ # Maintainer: Alexander F Rødseth <xypr...@archlinux.org> pkgname=processing -pkgver=3.2.3 -_rev=0255 -pkgrel=3 +pkgver=3.2.4 +_rev=0256 +pkgrel=1 arch=('x86_64' 'i686') pkgdesc='Programming environment for creating images, animations and interactions' url='http://www.processing.org/' @@ -13,7 +13,7 @@ depends=('libgl' 'java-runtime=8') options=('!strip') source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$_rev-$pkgver.tar.gz") -sha256sums=('e2959b16375fa05bfaa2a2d02c5ddb88bd64aca4efd8366a831ace0e2bd119b2') +sha256sums=('e45c86d2058090fd2042e710ac6550debb7e0850f696aac8df2f79946c73a28d') prepare() { gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"