summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunnytu2015-09-03 20:23:05 +0200
committerrunnytu2015-09-03 20:23:05 +0200
commitd7393473966463155a0084931b38bab4d5a511c5 (patch)
tree46c2a67d1d616bf4ed7389f2b26d36ff80962374
parentee75307f197c6db1e479dc3c17c75f19e97e2fc5 (diff)
downloadaur-d7393473966463155a0084931b38bab4d5a511c5.tar.gz
Change depends array
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3168bddd89b3..24cbb7985716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,11 @@ pkgver=6.2
pkgrel=2
pkgdesc="Network design and emulation software for Cisco's Networking Academy instructors and students."
arch=( 'i686' 'x86_64' )
+depends_x86_64=('lib32-openssl' 'lib32-qt4' 'lib32-libpng') && makedepends=('gcc-multilib')
+depends_i686=('qtwebkit' 'libpng')
url="http://www.netacad.com/about-networking-academy/packet-tracer"
license=('custom')
-# Untested
-[ "$CARCH" = "x86_64" ] && depends=('lib32-openssl' 'lib32-qt4' 'lib32-libpng') && makedepends=('gcc-multilib')
-[ "$CARCH" = "i686" ] && depends=('qtwebkit' 'libpng')
-
# Requires Netacad Username/Password to download
source=( 'http://Cisco Packet Tracer 6.2 for Linux - Ubuntu installation - Student version.tar.gz' 'packettracer' 'linguist' )
sha512sums=('231ef1cacdb5c77c78fa517ec4c3767cab64cca3d7f519b3c09432a327ed226ba0b9bdda9b5dc9836f87b4529ead6be976a48335860a9d15232fa0a33fa66be8' '0cf78b00428e5a795a29704eacaef1dbf2f93e0758b1e8341c79839ecb699022f0b9d2ba0b9bdbf196ed362fc708ec347624ba7b29033b18f865df0e93c858d3' '2fe30ef63d29903addbe3042aa505e9b1497ce2abc935855c062de1e2582a66425f10844ad38309ad099805a58ed89e47e78c2a943fc45a87d809eb0dfae39a3')