These are the steps I did to get a successful makepkg -si
-
In PKGBUILD change- source=('local://CiscoPacketTracer822_amd64_signed.deb' to source=('local://PacketTracer822_amd64_signed.deb'
-
Generate a new checksum for the .deb file using the command- sha512sum Packet_Tracer822_amd64_signed.deb
-
Replace the first checksum in PKGBUILD with the new one you generated. source=('local://Packet_Tracer822_amd64_signed.deb' 'packettracer.sh' 'cisco-pt.desktop' 'cisco-ptsa.desktop') This is the order of the checksums.
-
Make sure to mv the .deb file and not *cp it to the packettracer directory.
-
Hope this helped! :D
Pinned Comments
runnytu commented on 2020-01-04 16:58 (UTC) (edited on 2020-01-04 16:59 (UTC) by runnytu)
To install all versions of packettracer except 7.2.2, follow this guidelines: 1. Download the snapshot from this AUR. 2. Tar -zxf the packettracer.tar.gz snapshot (it creates the dir packettracer/ with the PKGBUILD on it). 3. Download the latest packettracer tarball from your Netacad account and copy it into the packettracer/ dir. 4. Create the package with the command makepkg (it creates a packettracer.pkg.tar.xz). 5. Install the package with either makepkg -i or sudo pacman -U packettracer.pkg.tar.xz.
Packettracer 7.2.2 are auto installable via run file, download it from netacad webpage and run it, you don't need this package.