mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-13 09:42:24 +08:00
autoupdate: scrcpy to 1.17-1 from aur
This commit is contained in:
parent
006fba6330
commit
afb61187d8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Andrew Rabert <ar@nullsum.net>
|
||||
|
||||
pkgname=scrcpy
|
||||
pkgver=1.16
|
||||
pkgver=1.17
|
||||
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=('94cbd59e26faa08ca25d5126d6c8d45e831b6a9e716ce05cd57bc4bcc751f742'
|
||||
'94a79e05b4498d0460ab7bd9d12cbf05156e3a47bf0c5d1420cee1d4493b3832')
|
||||
sha256sums=('c16f1fe1789290d0c7dd3a2778f33d6dc6347ffe3e78e64127b85eda52420d7f'
|
||||
'11b5ad2d1bc9b9730fb7254a78efd71a8ff46b1938ff468e47a21b653a1b6725')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue