summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Rabert2019-08-04 16:37:23 -0400
committerAndrew Rabert2019-08-04 16:37:23 -0400
commit9b2b2398b6f1fa31165f9d015b47a5ca2394418b (patch)
tree7adf223cf33f4dd530e978d64a9b129ddc2d5142 /PKGBUILD
parent5a2f1b01d9caf6d30b1fdf53613a2f9b731f42d2 (diff)
downloadaur-9b2b2398b6f1fa31165f9d015b47a5ca2394418b.tar.gz
Version 1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1dd7c6b1da18..2156ce3a204d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
-pkgver=1.9
+pkgver=1.10
pkgrel=1
pkgdesc='Display and control your Android device'
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ makedepends=('gcc' 'meson' 'pkgconf')
optdepends=('android-tools: required if adb is not already installed')
source=("https://github.com/Genymobile/scrcpy/archive/v${pkgver}.tar.gz"
"https://github.com/Genymobile/scrcpy/releases/download/v${pkgver}/scrcpy-server-v${pkgver}.jar")
-sha256sums=('905fe62e2825310eeb77187f8974763c3ae2f08ca1f649bcaf4721f1fd14a764'
- 'ad7e539f100e48259b646f26982bc63e0a60a81ac87ae135e242855bef69bd1a')
+sha256sums=('71bd3b01f26233d73b91c0953ce004bd3195bcfd0c83b76c269094fb06e5ffa5'
+ 'cbeb1a4e046f1392c1dc73c3ccffd7f86dec4636b505556ea20929687a119390')
src_name="scrcpy-${pkgver}"
src_server="scrcpy-server-v${pkgver}.jar"