summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2021-06-20 19:17:48 -0400
committerAndrew Rabert2021-06-20 19:17:48 -0400
commite7bf4dcd432c2b58bbabc68380a140ae2c4b1d32 (patch)
tree28e95c701607b68191d3adac7cc2363f5b5eb744
parent16b4ad8f0faa6977384d4c9aa80fed077a88e3eb (diff)
downloadaur-e7bf4dcd432c2b58bbabc68380a140ae2c4b1d32.tar.gz
1.18-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d13d559c062e..c22a338d957f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scrcpy
pkgdesc = Display and control your Android device
- pkgver = 1.17
+ pkgver = 1.18
pkgrel = 1
url = https://github.com/Genymobile/scrcpy
arch = i686
@@ -10,10 +10,9 @@ pkgbase = scrcpy
depends = android-tools
depends = ffmpeg
depends = sdl2
- source = https://github.com/Genymobile/scrcpy/archive/v1.17.tar.gz
- source = https://github.com/Genymobile/scrcpy/releases/download/v1.17/scrcpy-server-v1.17
- sha256sums = c16f1fe1789290d0c7dd3a2778f33d6dc6347ffe3e78e64127b85eda52420d7f
- sha256sums = 11b5ad2d1bc9b9730fb7254a78efd71a8ff46b1938ff468e47a21b653a1b6725
+ 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
pkgname = scrcpy
-
diff --git a/PKGBUILD b/PKGBUILD
index b26296e4c31a..ccd9f3035264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
-pkgver=1.17
+pkgver=1.18
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=('c16f1fe1789290d0c7dd3a2778f33d6dc6347ffe3e78e64127b85eda52420d7f'
- '11b5ad2d1bc9b9730fb7254a78efd71a8ff46b1938ff468e47a21b653a1b6725')
+sha256sums=('2995d74409e9a486e4f69d0f623299ebf615d9427d8e974dfd82355538a313e9'
+ '641c5c6beda9399dfae72d116f5ff43b5ed1059d871c9ebc3f47610fd33c51a3')
build() {
cd "${pkgname}-${pkgver}"