[arch-commits] Commit in processing/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue May 21 10:01:28 UTC 2013


    Date: Tuesday, May 21, 2013 @ 12:01:27
  Author: arodseth
Revision: 91371

upgpkg: processing 2.0b9-1

Modified:
  processing/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-21 08:24:43 UTC (rev 91370)
+++ PKGBUILD	2013-05-21 10:01:27 UTC (rev 91371)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=processing
-pkgver=2.0b8
+pkgver=2.0b9
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Programming language and environment for creating images, animations and interactions'
@@ -15,19 +15,19 @@
 if [ "$CARCH" == "x86_64" ]; then
   source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux64.tgz"
           "$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
-  sha256sums=('5eab47cd67f3160a71ff694b45e74f8a17f0b0ca31cd3ae545104fb70babb58e'
+  sha256sums=('df6ab1042a09e72dec6eee8ae3bf21ed2fb47fc1eb63668960bea31a6cd62108'
             '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
 else
   source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz"
           "$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
-  sha256sums=('ba113199c5ca3c0d9a274088a62eacd6c3872dea9151e34ed1f312d78bad6f17'
+  sha256sums=('9a1cc4b41c3eee3835347bc198252a2b30fea1c811abda18a42e295b5544048b'
             '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
 fi
 
-build() {
+prepare() {
   cd "$srcdir"
 
-  gendesk
+  gendesk --pkgname="$pkgname" --pkgdesc="$pkgdesc"
 }
 
 package() {




More information about the arch-commits mailing list