packages/sysutils/amremote: Update excess PKG_URL variable in package.mk

This commit is contained in:
Alex Deryskyba 2016-02-24 15:03:45 +01:00
parent 18564c20e1
commit 92d9d0d797

View File

@ -22,7 +22,6 @@ PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="other"
PKG_SITE="http://www.amlogic.com"
PKG_URL="https://github.com/codesnake/amremote/releases/download/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain usbutils"
PKG_PRIORITY="optional"