mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
xemu-sa: fix source download -- use tarball instead of git
This commit is contained in:
@@ -5,7 +5,7 @@ PKG_NAME="xemu-sa"
|
||||
PKG_VERSION="c67843384031e0edaab3db91ec496464b931789b"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/xemu-project/xemu"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain libthai gtk3 libsamplerate libpcap atk SDL2 Python3 zlib pixman bzip2 openssl xwayland libslirp"
|
||||
PKG_LONGDESC="Xemu - A free and open-source application that emulates the original Microsoft Xbox game console."
|
||||
PKG_TOOLCHAIN="make"
|
||||
|
||||
Reference in New Issue
Block a user