summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2021-09-10 16:12:10 -0400
committerAndrew Rabert2021-09-10 16:12:10 -0400
commit699af8541f3e030cce8c8bfd6d6ad789b8a7d42b (patch)
treeee055c18d7c48b458f21d836b96b34d7d44f334e
parente7bf4dcd432c2b58bbabc68380a140ae2c4b1d32 (diff)
downloadaur-699af8541f3e030cce8c8bfd6d6ad789b8a7d42b.tar.gz
1.19
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c22a338d957f..46c11ed6d469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scrcpy
pkgdesc = Display and control your Android device
- pkgver = 1.18
+ pkgver = 1.19
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.18.tar.gz
- source = https://github.com/Genymobile/scrcpy/releases/download/v1.18/scrcpy-server-v1.18
- sha256sums = 2995d74409e9a486e4f69d0f623299ebf615d9427d8e974dfd82355538a313e9
- sha256sums = 641c5c6beda9399dfae72d116f5ff43b5ed1059d871c9ebc3f47610fd33c51a3
+ source = https://github.com/Genymobile/scrcpy/archive/v1.19.tar.gz
+ source = https://github.com/Genymobile/scrcpy/releases/download/v1.19/scrcpy-server-v1.19
+ sha256sums = 40ac2059618f18a0e6f9cd0e40d3bff240ade98664bd619422f875bff7e8c70e
+ sha256sums = 876f9322182e6aac6a58db1334f4225855ef3a17eaebc80aab6601d9d1ecb867
pkgname = scrcpy
diff --git a/PKGBUILD b/PKGBUILD
index ccd9f3035264..1d6062275280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
-pkgver=1.18
+pkgver=1.19
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=('2995d74409e9a486e4f69d0f623299ebf615d9427d8e974dfd82355538a313e9'
- '641c5c6beda9399dfae72d116f5ff43b5ed1059d871c9ebc3f47610fd33c51a3')
+sha256sums=('40ac2059618f18a0e6f9cd0e40d3bff240ade98664bd619422f875bff7e8c70e'
+ '876f9322182e6aac6a58db1334f4225855ef3a17eaebc80aab6601d9d1ecb867')
build() {
cd "${pkgname}-${pkgver}"