summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunnytu2015-06-21 14:50:12 +0200
committerrunnytu2015-06-21 14:50:12 +0200
commit0452a61405663ec30c586ddca3998b8c6359b333 (patch)
treeaff9b26c675f1bbaefd17a619b3ea120e7440705
parent60461d5490d798cda2a5412a989e0f5930dff49d (diff)
downloadaur-0452a61405663ec30c586ddca3998b8c6359b333.tar.gz
Update to 6.2-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rwxr-xr-xlinguist2
-rwxr-xr-xpackettracer2
4 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a910692fb6f..095c4a3e8c5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = packettracer
pkgdesc = Network design and emulation software for Cisco's Networking Academy instructors and students.
pkgver = 6.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.netacad.com/about-networking-academy/packet-tracer
install = pt.install
arch = i686
@@ -15,9 +15,9 @@ pkgbase = packettracer
source = http://Cisco \Packet \Tracer \6.2 \for \Linux \- \Ubuntu \installation \- \Student \version.tar.gz
source = packettracer
source = linguist
- md5sums = 403fa8f9b1f974935587bf8b8227653a
- md5sums = e0bdbe6ca4d693f4dde2eab81bb97a74
- md5sums = fd2f166d9b2cfbae0bd4cff792a9a270
+ sha512sums = 231ef1cacdb5c77c78fa517ec4c3767cab64cca3d7f519b3c09432a327ed226ba0b9bdda9b5dc9836f87b4529ead6be976a48335860a9d15232fa0a33fa66be8
+ sha512sums = 0cf78b00428e5a795a29704eacaef1dbf2f93e0758b1e8341c79839ecb699022f0b9d2ba0b9bdbf196ed362fc708ec347624ba7b29033b18f865df0e93c858d3
+ sha512sums = 2fe30ef63d29903addbe3042aa505e9b1497ce2abc935855c062de1e2582a66425f10844ad38309ad099805a58ed89e47e78c2a943fc45a87d809eb0dfae39a3
pkgname = packettracer
diff --git a/PKGBUILD b/PKGBUILD
index a10a764cefbd..cc50e1dea206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=packettracer
pkgver=6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Network design and emulation software for Cisco's Networking Academy instructors and students."
arch=( 'i686' 'x86_64' )
url="http://www.netacad.com/about-networking-academy/packet-tracer"
@@ -18,9 +18,7 @@ license=('custom')
# Requires Netacad Username/Password to download
source=( 'http://Cisco \Packet \Tracer \6.2 \for \Linux \- \Ubuntu \installation \- \Student \version.tar.gz' 'packettracer' 'linguist' )
-md5sums=('403fa8f9b1f974935587bf8b8227653a'
- 'e0bdbe6ca4d693f4dde2eab81bb97a74'
- 'fd2f166d9b2cfbae0bd4cff792a9a270')
+sha512sums=('231ef1cacdb5c77c78fa517ec4c3767cab64cca3d7f519b3c09432a327ed226ba0b9bdda9b5dc9836f87b4529ead6be976a48335860a9d15232fa0a33fa66be8' '0cf78b00428e5a795a29704eacaef1dbf2f93e0758b1e8341c79839ecb699022f0b9d2ba0b9bdbf196ed362fc708ec347624ba7b29033b18f865df0e93c858d3' '2fe30ef63d29903addbe3042aa505e9b1497ce2abc935855c062de1e2582a66425f10844ad38309ad099805a58ed89e47e78c2a943fc45a87d809eb0dfae39a3')
# We don't want to strip anything from the static libraries
# We want to keep all binaries orginal (Cisco is goofy)
diff --git a/linguist b/linguist
index bd17840a713c..be7911a84206 100755
--- a/linguist
+++ b/linguist
@@ -4,7 +4,7 @@
# If you exprerience any troubles, try to uncomment
# the following line
-# export LD_LIBRARY_PATH="/opt/pt/lib"
+export LD_LIBRARY_PATH="/opt/pt/lib"
/opt/pt/bin/linguist "$@"
diff --git a/packettracer b/packettracer
index 9b0299d158eb..9d747f936883 100755
--- a/packettracer
+++ b/packettracer
@@ -6,7 +6,7 @@
# If you exprerience any troubles, try to uncomment
# the following line
-# export LD_LIBRARY_PATH="/opt/pt/lib"
+export LD_LIBRARY_PATH="/opt/pt/lib"
exec /opt/pt/bin/PacketTracer6 "$@"