summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Rabert2019-08-04 20:28:59 -0400
committerAndrew Rabert2019-08-04 20:29:27 -0400
commit38979f8b7eec8f2fead117b45470cf30aa1aaacf (patch)
treec92cd3a3281e51d36496a01dd97c8f3661f09631 /PKGBUILD
parentd239ee9e58e8c5e453298acb2a602ef6284327b1 (diff)
downloadaur-38979f8b7eec8f2fead117b45470cf30aa1aaacf.tar.gz
Fix scrcpy-server
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2261afee72fe..24072bfb9ec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=scrcpy
pkgver=1.10
-pkgrel=1
+pkgrel=2
pkgdesc='Display and control your Android device'
arch=('i686' 'x86_64')
url='https://github.com/Genymobile/scrcpy'
@@ -30,7 +30,7 @@ build() {
package() {
install -Dm 755 "${src_name}/build/app/scrcpy" "${pkgdir}/usr/share/scrcpy/scrcpy"
- install -Dm 644 "${src_server}" "${pkgdir}/usr/share/scrcpy/scrcpy-server.jar"
+ install -Dm 644 "${src_server}" "${pkgdir}/usr/local/share/scrcpy/scrcpy-server.jar"
mkdir -p "${pkgdir}/usr/bin"
ln -s "/usr/share/scrcpy/scrcpy" "${pkgdir}/usr/bin/scrcpy"
}