autoupdate: scrcpy to 1.13-1 from aur

This commit is contained in:
Archlinux-Jerry Build Bot 2020-05-01 14:13:59 +08:00
parent de3181ca34
commit b6bdc52abf
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
pkgver=1.12.1
pkgver=1.13
pkgrel=1
pkgdesc='Display and control your Android device'
arch=('aarch64')
@ -11,8 +11,8 @@ depends=('android-tools' 'ffmpeg' 'sdl2')
makedepends=('meson')
source=("https://github.com/Genymobile/scrcpy/archive/v${pkgver}.tar.gz"
"https://github.com/Genymobile/scrcpy/releases/download/v${pkgver}/scrcpy-server-v${pkgver}")
sha256sums=('7692664e1bd703421eb9659cc9956d9f0ac64eb14abddab7b2ade37625f0243d'
'63e569c8a1d0c1df31d48c4214871c479a601782945fed50c1e61167d78266ea')
sha256sums=('6f65a22b495240358a56f84098edc48e9e396eab20b6130538088d96eb7e36f0'
'5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885')
build() {
cd "${pkgname}-${pkgver}"