mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 14:00:40 +08:00
autoupdate: scrcpy to 1.15-1 from aur
This commit is contained in:
parent
8022da1962
commit
dc095f52ea
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Andrew Rabert <ar@nullsum.net>
|
||||
|
||||
pkgname=scrcpy
|
||||
pkgver=1.14
|
||||
pkgver=1.15
|
||||
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=('45353b6e6cf1efbc8aadf2a51103242460562f6a55c6772037f492716b3fca07'
|
||||
'1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620')
|
||||
sha256sums=('f229ba0b8fca184ab0063ee214e56a2a651d665d4a1c7ac941e111190852c555'
|
||||
'e160c46784f30566eae621cad88bfb34e124f945cb8274b8dfc615b613b86dd8')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue