mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 22:10:40 +08:00
autoupdate: scrcpy to 1.12.1-1 from aur
This commit is contained in:
parent
b03dda854a
commit
53b77e84f4
1 changed files with 5 additions and 11 deletions
|
@ -1,24 +1,18 @@
|
||||||
# Contributor: Andrew Rabert <ar@nullsum.net>
|
# Contributor: Andrew Rabert <ar@nullsum.net>
|
||||||
|
|
||||||
pkgname=scrcpy
|
pkgname=scrcpy
|
||||||
pkgver=1.12
|
pkgver=1.12.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Display and control your Android device'
|
pkgdesc='Display and control your Android device'
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url='https://github.com/Genymobile/scrcpy'
|
url='https://github.com/Genymobile/scrcpy'
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
depends=('ffmpeg' 'sdl2')
|
depends=('android-tools' 'ffmpeg' 'sdl2')
|
||||||
makedepends=('meson')
|
makedepends=('meson')
|
||||||
optdepends=('android-tools: required if adb is not already installed')
|
|
||||||
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=('95aab189448582870d8e7d8a27a2c9b40838bd45ee2737be0f255f7a11647870'
|
sha256sums=('7692664e1bd703421eb9659cc9956d9f0ac64eb14abddab7b2ade37625f0243d'
|
||||||
'b6595262c230e9773fdb817257abcc8c6e6e00f15b1c32b6a850ccfd8176dc10')
|
'63e569c8a1d0c1df31d48c4214871c479a601782945fed50c1e61167d78266ea')
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd "${pkgname}-${pkgver}"
|
|
||||||
rm -rf build
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue