summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2021-01-01 20:17:21 -0500
committerAndrew Rabert2021-01-01 20:17:21 -0500
commit16b4ad8f0faa6977384d4c9aa80fed077a88e3eb (patch)
treea2aadefc8b211e62979be183ecfc238f79aaa74c
parent27348aacffad55afee2d5f1ef5bffe2936abc0a4 (diff)
downloadaur-16b4ad8f0faa6977384d4c9aa80fed077a88e3eb.tar.gz
1.17
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2f6a4a1a9c5..d13d559c062e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scrcpy
pkgdesc = Display and control your Android device
- pkgver = 1.16
+ pkgver = 1.17
pkgrel = 1
url = https://github.com/Genymobile/scrcpy
arch = i686
@@ -10,10 +10,10 @@ pkgbase = scrcpy
depends = android-tools
depends = ffmpeg
depends = sdl2
- source = https://github.com/Genymobile/scrcpy/archive/v1.16.tar.gz
- source = https://github.com/Genymobile/scrcpy/releases/download/v1.16/scrcpy-server-v1.16
- sha256sums = 94cbd59e26faa08ca25d5126d6c8d45e831b6a9e716ce05cd57bc4bcc751f742
- sha256sums = 94a79e05b4498d0460ab7bd9d12cbf05156e3a47bf0c5d1420cee1d4493b3832
+ 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
pkgname = scrcpy
diff --git a/PKGBUILD b/PKGBUILD
index 658003edfdbc..b26296e4c31a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
-pkgver=1.16
+pkgver=1.17
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=('94cbd59e26faa08ca25d5126d6c8d45e831b6a9e716ce05cd57bc4bcc751f742'
- '94a79e05b4498d0460ab7bd9d12cbf05156e3a47bf0c5d1420cee1d4493b3832')
+sha256sums=('c16f1fe1789290d0c7dd3a2778f33d6dc6347ffe3e78e64127b85eda52420d7f'
+ '11b5ad2d1bc9b9730fb7254a78efd71a8ff46b1938ff468e47a21b653a1b6725')
build() {
cd "${pkgname}-${pkgver}"