summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe6991d4602..a72b16b9c8cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scrcpy-git
pkgdesc = Display and control your Android device
- pkgver = 2.0_r2106.gcb20bcb1
- pkgrel = 2
+ pkgver = 2.1.1_r2217.gfcdf847d
+ pkgrel = 1
url = https://github.com/Genymobile/scrcpy
arch = x86_64
license = Apache
@@ -13,8 +13,8 @@ pkgbase = scrcpy-git
provides = scrcpy
conflicts = scrcpy
source = git+https://github.com/Genymobile/scrcpy.git
- source = https://github.com/Genymobile/scrcpy/releases/download/v2.0/scrcpy-server-v2.0
+ source = https://github.com/Genymobile/scrcpy/releases/download/v2.1.1/scrcpy-server-v2.1.1
+ sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 9e241615f578cd690bb43311000debdecf6a9c50a7082b001952f18f6f21ddc2
pkgname = scrcpy-git
diff --git a/PKGBUILD b/PKGBUILD
index f79a4bdb9610..447378fd35f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: skydrome -at- protonmail
pkgname=scrcpy-git
-pkgver=2.0_r2106.gcb20bcb1
-pkgrel=2
+pkgver=2.1.1_r2217.gfcdf847d
+pkgrel=1
pkgdesc='Display and control your Android device'
arch=($CARCH)
url='https://github.com/Genymobile/scrcpy'
@@ -16,7 +16,7 @@ provides=(${pkgname%-git})
source=("git+https://github.com/Genymobile/${pkgname%-git}.git"
"$url/releases/download/v${pkgver%_*}/${pkgname%-git}-server-v${pkgver%_*}")
sha256sums=('SKIP'
- '9e241615f578cd690bb43311000debdecf6a9c50a7082b001952f18f6f21ddc2')
+ 'SKIP')
pkgver() {
cd ${pkgname%-git}