summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2021-11-29 16:55:20 -0500
committerAndrew Rabert2021-11-29 16:55:20 -0500
commita376999b67e99b6699fa565c815c7c7da01dad09 (patch)
tree053a306c13c2ced7ab96dcd1f4fe776ed1b44934
parentee019982c4411cb61f906b118fd5521d9487649d (diff)
downloadaur-scrcpy.tar.gz
1.21-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 572b43b06668..f662de6b62dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scrcpy
pkgdesc = Display and control your Android device
- pkgver = 1.20
+ pkgver = 1.21
pkgrel = 1
url = https://github.com/Genymobile/scrcpy
arch = i686
@@ -10,9 +10,9 @@ pkgbase = scrcpy
depends = android-tools
depends = ffmpeg
depends = sdl2
- source = https://github.com/Genymobile/scrcpy/archive/v1.20.tar.gz
- source = https://github.com/Genymobile/scrcpy/releases/download/v1.20/scrcpy-server-v1.20
- sha256sums = 0c667e7de043a67a740be99d3f236a7aa4107ff62c408e7c462f4fe291f045a7
- sha256sums = b20aee4951f99b060c4a44000ba94de973f9604758ef62beb253b371aad3df34
+ source = https://github.com/Genymobile/scrcpy/archive/v1.21.tar.gz
+ source = https://github.com/Genymobile/scrcpy/releases/download/v1.21/scrcpy-server-v1.21
+ sha256sums = 76e16a894bdb483b14b7ae7dcc1be8036ec17924dfab070cf0cb3b47653a6822
+ sha256sums = dbcccab523ee26796e55ea33652649e4b7af498edae9aa75e4d4d7869c0ab848
pkgname = scrcpy
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}"