mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 14:00:40 +08:00
autoupdate: scrcpy to 1.14-1 from aur
This commit is contained in:
parent
561f8f2287
commit
bd381e0210
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Contributor: Andrew Rabert <ar@nullsum.net>
|
# Contributor: Andrew Rabert <ar@nullsum.net>
|
||||||
|
|
||||||
pkgname=scrcpy
|
pkgname=scrcpy
|
||||||
pkgver=1.13
|
pkgver=1.14
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Display and control your Android device'
|
pkgdesc='Display and control your Android device'
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
|
@ -11,8 +11,8 @@ depends=('android-tools' 'ffmpeg' 'sdl2')
|
||||||
makedepends=('meson')
|
makedepends=('meson')
|
||||||
source=("https://github.com/Genymobile/scrcpy/archive/v${pkgver}.tar.gz"
|
source=("https://github.com/Genymobile/scrcpy/archive/v${pkgver}.tar.gz"
|
||||||
"https://github.com/Genymobile/scrcpy/releases/download/v${pkgver}/scrcpy-server-v${pkgver}")
|
"https://github.com/Genymobile/scrcpy/releases/download/v${pkgver}/scrcpy-server-v${pkgver}")
|
||||||
sha256sums=('6f65a22b495240358a56f84098edc48e9e396eab20b6130538088d96eb7e36f0'
|
sha256sums=('45353b6e6cf1efbc8aadf2a51103242460562f6a55c6772037f492716b3fca07'
|
||||||
'5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885')
|
'1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue