diff options
author | ChestnutYueyue | 2024-12-28 03:07:17 +0800 |
---|---|---|
committer | ChestnutYueyue | 2024-12-28 03:07:17 +0800 |
commit | 932c0915ddff0c8e90b5ff66cc24681d242606ea (patch) | |
tree | 66d079e836dafbf23d13502215cf4769373af772 | |
parent | 37c7167034b235a2b0e699691f93442aee424bf2 (diff) | |
download | aur-xdroid.tar.gz |
add new files
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: nmdpkvs <952134128@qq.com> pkgname=xdroid pkgver=13.1.333 -pkgrel=1 +pkgrel=2 pkgdesc="X Droid is a software that allows Linux platforms (including domestic Linux platforms) to run various Android applications with high performance, supporting native running with large screens, multiple windows, no virtual machines, and no emulators" arch=("${CARCH}") url="https://www.linzhuotech.com/Product/download" @@ -19,7 +19,6 @@ md5sums=("$(cat md5sums-${arch}.md5)") package() { bash "${startdir}/kernel_version" - # 安装 xdroid-bin 包 install -dm0755 "${pkgdir}/opt/${pkgname}" \ "${pkgdir}/usr/bin" \ "${pkgdir}/usr/share/icons" \ |