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>
|
||||
|
||||
pkgname=scrcpy
|
||||
pkgver=1.12
|
||||
pkgrel=2
|
||||
pkgver=1.12.1
|
||||
pkgrel=1
|
||||
pkgdesc='Display and control your Android device'
|
||||
arch=('aarch64')
|
||||
url='https://github.com/Genymobile/scrcpy'
|
||||
license=('Apache')
|
||||
depends=('ffmpeg' 'sdl2')
|
||||
depends=('android-tools' 'ffmpeg' 'sdl2')
|
||||
makedepends=('meson')
|
||||
optdepends=('android-tools: required if adb is not already installed')
|
||||
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=('95aab189448582870d8e7d8a27a2c9b40838bd45ee2737be0f255f7a11647870'
|
||||
'b6595262c230e9773fdb817257abcc8c6e6e00f15b1c32b6a850ccfd8176dc10')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
rm -rf build
|
||||
}
|
||||
sha256sums=('7692664e1bd703421eb9659cc9956d9f0ac64eb14abddab7b2ade37625f0243d'
|
||||
'63e569c8a1d0c1df31d48c4214871c479a601782945fed50c1e61167d78266ea')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue