[arch-commits] Commit in processing/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Tue Jun 25 20:18:00 UTC 2013
Date: Tuesday, June 25, 2013 @ 22:18:00
Author: arodseth
Revision: 93144
upgpkg: processing 2.0.1-1
Modified:
processing/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-06-25 18:51:28 UTC (rev 93143)
+++ PKGBUILD 2013-06-25 20:18:00 UTC (rev 93144)
@@ -2,7 +2,7 @@
# Maintainer: Alexander Rødseth <rodseth at gmail.com>
pkgname=processing
-pkgver=2.0
+pkgver=2.0.1
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc='Programming language and environment for creating images, animations and interactions'
@@ -12,17 +12,17 @@
makedepends=('gendesk')
options=(!strip)
-if [ "$CARCH" == "x86_64" ]; then
- source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux64.tgz"
+#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=('91b218d69bfe681c671d029346c671612f443f429ea68b63e0e08ae3aa2ffcf6'
+ sha256sums=('cd1c723e3521b679b8e36d4f04718adcf515d759cb69fc9dfe9020e1a1b2ad1b'
'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=('5f09d79b13ec24384d64385c625b559cc24f2682d5ca3d6a8944ce95873e8e26'
- '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-fi
+#else
+# source=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz"
+# "$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
+# sha256sums=('99c3e49d235a70c59da3f032c59ca5271177b076aa8f2bff1735a14b7c4adfec'
+# '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+#fi
prepare() {
cd "$srcdir"
More information about the arch-commits
mailing list