summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95b72150eefe..c686d92c95c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,12 @@
pkgname=pharo
pkgver=6.0.504
-pkgrel=1
+pkgrel=2
pkgdesc="a fork of Squeak, an implementation of the object-oriented, dynamically typed, reflective programming language Smalltalk"
-arch=(i686 x86_64)
+arch=(x86_64)
url="http://www.pharo-project.org/"
license=('MIT')
-if [ "$CARCH" = "x86_64" ]; then
- depends=('lib32-alsa-lib' 'lib32-libvorbis' 'lib32-pango' 'lib32-mesa' 'nas' 'lib32-dbus' 'lib32-libxml2')
-else
- depends=('alsa-lib' 'libvorbis' 'pango' 'mesa' 'nas' 'dbus-core' 'libxml2')
-fi
+depends=('lib32-alsa-lib' 'lib32-libvorbis' 'lib32-pango' 'lib32-mesa' 'nas' 'lib32-dbus' 'lib32-libxml2')
_imageversion=${pkgver//./}
_vmversion="20170531"