summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4cacfc649e3..3123a6d196b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
-pkgver=1.20
+pkgver=1.21
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=('0c667e7de043a67a740be99d3f236a7aa4107ff62c408e7c462f4fe291f045a7'
- 'b20aee4951f99b060c4a44000ba94de973f9604758ef62beb253b371aad3df34')
+sha256sums=('76e16a894bdb483b14b7ae7dcc1be8036ec17924dfab070cf0cb3b47653a6822'
+ 'dbcccab523ee26796e55ea33652649e4b7af498edae9aa75e4d4d7869c0ab848')
build() {
cd "${pkgname}-${pkgver}"