mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 14:00:40 +08:00
autoupdate: scrcpy to 1.16-1 from aur
This commit is contained in:
parent
368f6aa0a0
commit
71708c7641
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Andrew Rabert <ar@nullsum.net>
|
||||
|
||||
pkgname=scrcpy
|
||||
pkgver=1.15.1
|
||||
pkgver=1.16
|
||||
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=('1d66dccf14f77e085853453d91a06fad40d1ab5cf2997f00079502edeac9d575'
|
||||
'fe06bd6a30da8c89860bf5e16eecce2b5054d4644c84289670ce00ca5d1637c3')
|
||||
sha256sums=('94cbd59e26faa08ca25d5126d6c8d45e831b6a9e716ce05cd57bc4bcc751f742'
|
||||
'94a79e05b4498d0460ab7bd9d12cbf05156e3a47bf0c5d1420cee1d4493b3832')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue