summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Rabert2021-11-13 20:26:29 -0500
committerAndrew Rabert2021-11-13 20:26:29 -0500
commitee019982c4411cb61f906b118fd5521d9487649d (patch)
tree0a01b2d25fd914a783c713e0a4cfc167161346d7 /PKGBUILD
parent699af8541f3e030cce8c8bfd6d6ad789b8a7d42b (diff)
downloadaur-ee019982c4411cb61f906b118fd5521d9487649d.tar.gz
1.20-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d6062275280..b4cacfc649e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
-pkgver=1.19
+pkgver=1.20
pkgrel=1
pkgdesc='Display and control your Android device'
arch=('i686' 'x86_64')
@@ -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=('40ac2059618f18a0e6f9cd0e40d3bff240ade98664bd619422f875bff7e8c70e'
- '876f9322182e6aac6a58db1334f4225855ef3a17eaebc80aab6601d9d1ecb867')
+sha256sums=('0c667e7de043a67a740be99d3f236a7aa4107ff62c408e7c462f4fe291f045a7'
+ 'b20aee4951f99b060c4a44000ba94de973f9604758ef62beb253b371aad3df34')
build() {
cd "${pkgname}-${pkgver}"