#!/bin/shPKGNAME=persepolisSUPPORTEDARCHES="x86_64"VERSION="$2"DESCRIPTION='is a download manager & a GUI for Aria2'URL="https://persepolisdm.github.io/".$(dirname$0)/common.shif["$VERSION"="*"];thenPKGURL=$(get_github_version "https://github.com/persepolisdm/persepolis/""${PKGNAME}_.${VERSION}_all.deb")elsePKGURL="https://github.com/persepolisdm/persepolis/releases/download/$VERSION/${PKGNAME}_${VERSION}_all.deb"fiinstall_pkgurl