summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2017-07-19 12:23:16 +0200
committerDaniel Milde2017-07-19 12:23:16 +0200
commit6a8ae1976aed73e57b0bdef9ca28e5472add878a (patch)
tree1d689b7c8e38c2b874aaf46f9d85b5ada90547b6
parent905678abf2eb88e8d82e7c4fecf78799c691655f (diff)
downloadaur-6a8ae1976aed73e57b0bdef9ca28e5472add878a.tar.gz
dropped i686 support
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38299a91044f..1f4e6af95153 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = pharo
pkgdesc = a fork of Squeak, an implementation of the object-oriented, dynamically typed, reflective programming language Smalltalk
pkgver = 6.0.504
- pkgrel = 1
+ pkgrel = 2
url = http://www.pharo-project.org/
- arch = i686
arch = x86_64
license = MIT
- depends = alsa-lib
- depends = libvorbis
- depends = pango
- depends = mesa
+ depends = lib32-alsa-lib
+ depends = lib32-libvorbis
+ depends = lib32-pango
+ depends = lib32-mesa
depends = nas
- depends = dbus-core
- depends = libxml2
+ depends = lib32-dbus
+ depends = lib32-libxml2
source = http://files.pharo.org/vm/pharo-spur64/linux/stable-20170531.zip
source = http://files.pharo.org/image/60/60504-64.zip
source = http://files.pharo.org/media/logo/icon-512x512.png
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"