summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2015-08-23 15:35:30 +0300
committerGordonGR2015-08-23 15:35:30 +0300
commit4dec81a8fa9f301c8c9a4c43edb41b35092129ed (patch)
tree69280857bd75988b3812c6fc048addd0dab473ef /PKGBUILD
parent18b5cf83fb26ce72125dbc444407c75358a8595b (diff)
downloadaur-4dec81a8fa9f301c8c9a4c43edb41b35092129ed.tar.gz
Use of the new source_i686 etc functions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD24
1 files changed, 11 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3adeac0039d..a2d11034def5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=singularityviewer-alpha
pkgver=1.8.6.6583
-pkgrel=1
+pkgrel=2
pkgdesc="An exciting client for Second Life (secondlife) and OpenSim (opensimulator), which combines the look and feel of Viewer 1.23 with the latest and greatest of available technology. (alpha version)"
url="http://www.singularityviewer.org/"
license=('custom')
@@ -11,20 +11,18 @@ depends=('apr-util' 'gtk2' 'libgl' 'libidn' 'libjpeg-turbo' 'mesa' 'nss' 'sdl' '
optdepends=('libpulse: for PulseAudio support' 'alsa-lib: for ALSA support' 'nvidia-utils: for NVIDIA support' 'flashplugin: for inworld Flash support' 'gstreamer0.10: for video support, may need good, bad and ugly plugins' 'lib32-freealut: for OpenAL support')
conflicts=("singularityviewer")
provides=("singularityviewer")
-source=("http://downloads.sourceforge.net/project/singularityview/alphas/SingularityAlpha-$CARCH-$pkgver.tar.bz2"
+source_i686=("http://downloads.sourceforge.net/project/singularityview/alphas/SingularityAlpha-i686-$pkgver.tar.bz2"
"singularityviewer.desktop"
"singularityviewer.launcher")
-
-
-if [ "$CARCH" = "i686" ]; then
-md5sums=('1bd147c4d9377687486c356497217ba6'
- 'ff7aa34dcd7548e3acdb3c2d44ae6604'
- 'eb596f5cf7b6f2d0c55c0082fb99a905')
-elif [ "$CARCH" = "x86_64" ]; then
-md5sums=('8d410e627bb112e19e95ef69d356634e'
- 'ff7aa34dcd7548e3acdb3c2d44ae6604'
- 'eb596f5cf7b6f2d0c55c0082fb99a905')
-fi
+md5sums_i686=('1bd147c4d9377687486c356497217ba6'
+ 'ff7aa34dcd7548e3acdb3c2d44ae6604'
+ 'eb596f5cf7b6f2d0c55c0082fb99a905')
+source_x86_64=("http://downloads.sourceforge.net/project/singularityview/alphas/SingularityAlpha-x86_64-$pkgver.tar.bz2"
+ "singularityviewer.desktop"
+ "singularityviewer.launcher")
+md5sums_x86_64=('8d410e627bb112e19e95ef69d356634e'
+ 'ff7aa34dcd7548e3acdb3c2d44ae6604'
+ 'eb596f5cf7b6f2d0c55c0082fb99a905')
package() {