mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 22:10:40 +08:00
autoupdate: scrcpy to 1.15.1-1 from aur
This commit is contained in:
parent
fe1e886755
commit
368f6aa0a0
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.15
|
pkgver=1.15.1
|
||||||
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=('f229ba0b8fca184ab0063ee214e56a2a651d665d4a1c7ac941e111190852c555'
|
sha256sums=('1d66dccf14f77e085853453d91a06fad40d1ab5cf2997f00079502edeac9d575'
|
||||||
'e160c46784f30566eae621cad88bfb34e124f945cb8274b8dfc615b613b86dd8')
|
'fe06bd6a30da8c89860bf5e16eecce2b5054d4644c84289670ce00ca5d1637c3')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue