summaryrefslogtreecommitdiff
path: root/community/processing/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-18 03:26:15 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-18 03:26:15 +0000
commitf8a4eefb2bb008f302349db07da4a75e746a1aeb (patch)
treea8cac71f562a00732f5ec3a46492fbc457431d96 /community/processing/PKGBUILD
parentd9e3d7066ad07c8dd884792dd90fecb9f5971ab2 (diff)
Fri Apr 18 03:21:55 UTC 2014
Diffstat (limited to 'community/processing/PKGBUILD')
-rw-r--r--community/processing/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/processing/PKGBUILD b/community/processing/PKGBUILD
index ecc0580c6..d85d20907 100644
--- a/community/processing/PKGBUILD
+++ b/community/processing/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 104598 2014-01-23 11:45:02Z arodseth $
+# $Id: PKGBUILD 109634 2014-04-17 07:36:16Z fyan $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=processing
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc='Programming environment for creating images, animations and interactions'
@@ -15,13 +15,13 @@ options=('!strip')
if [[ $CARCH == "x86_64" ]]; then
source=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz"
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
- sha256sums=('e1799b9ec86633f4fd2c45905d6ac7897f14b1de4ea4913d7ad5b3b8956917d7'
- '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+ sha256sums=('4e43fd3f9527e243438bb3ddf75c37afb4004f71144a53d0347732bdab0eb439'
+ '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
else
source=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz"
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
- sha256sums=('9b4db11ea9b7b16a4c2c36987a1fadb4971e36023a7fa3259d7763e068b17284'
- '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+ sha256sums=('917329ff5f960632e149cd79822e9ea4016bc575e31f90ff6bf009b87ccfceb1'
+ '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
fi
prepare() {