summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2023-07-16 22:05:04 +0100
committerJoão Figueiredo2023-07-16 22:05:04 +0100
commitda2bb11f1c38d8e48471b5609703acac52913254 (patch)
tree1e18cd809959903314106899b152a040762ab17f /PKGBUILD
parent946f5e4fd98160006c9d7dfca2f3ad1c079d64d4 (diff)
downloadaur-scrcpy-git.tar.gz
Don't check for the checksum of the pre-built server
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}