diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,10 +1,11 @@ pkgbase = moonlight-embedded-git pkgdesc = Gamestream client for embedded devices - pkgver = 2.4.10.ecf09e8 + pkgver = 2.4.10.3a86fec pkgrel = 1 url = https://github.com/irtimmer/moonlight-embedded arch = armv6h arch = armv7h + arch = aarch64 arch = x86_64 license = GPL makedepends = git @@ -1,10 +1,10 @@ # Maintainer: Fraser P. Newton <fpnewton90@gmail.com> pkgname=moonlight-embedded-git -pkgver=2.4.10.522.ecf09e8 +pkgver=2.4.10.525.3a86fec pkgrel=1 pkgdesc="Gamestream client for embedded devices" -arch=('armv6h' 'armv7h' 'x86_64') +arch=('armv6h' 'armv7h' 'aarch64' 'x86_64') url="https://github.com/irtimmer/moonlight-embedded" license=('GPL') depends=('curl' 'avahi' 'curl' 'libevdev' 'enet' 'ffmpeg') |