mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #2186 from porschemad911/sm8650-wine
wine - remove SM8650 case to fix build
This commit is contained in:
@@ -5,16 +5,7 @@ PKG_NAME="wine"
|
||||
PKG_VERSION="11.0"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://github.com/Kron4ek/Wine-Builds"
|
||||
|
||||
case ${DEVICE} in
|
||||
SM8650)
|
||||
PKG_URL="${PKG_SITE}/releases/download/${PKG_VERSION}/wine-${PKG_VERSION}-staging-tkg-arm64-wow64.tar.xz"
|
||||
;;
|
||||
*)
|
||||
# Use the amd64 release as it supports running both 32-bit and 64-bit windows apps
|
||||
PKG_URL="${PKG_SITE}/releases/download/${PKG_VERSION}/wine-${PKG_VERSION}-staging-tkg-amd64.tar.xz"
|
||||
;;
|
||||
esac
|
||||
PKG_URL="${PKG_SITE}/releases/download/${PKG_VERSION}/wine-${PKG_VERSION}-staging-tkg-amd64.tar.xz"
|
||||
|
||||
PKG_DEPENDS_TARGET="toolchain libXcomposite libXdmcp cups"
|
||||
PKG_LONGDESC="Wine is a compatibility layer capable of running Windows applications"
|
||||
|
||||
Reference in New Issue
Block a user