summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2020-05-28 21:41:25 -0400
committerAndrew Rabert2020-05-28 21:41:25 -0400
commitfe91a60a96dc70b1e60f35b3287b781fe51542d7 (patch)
treeb79c93b2eaf27a8ab409cbf6f66ed52a129758f2
parent2aae1d5b7d6c395334cb984e33003716cdf292fa (diff)
downloadaur-fe91a60a96dc70b1e60f35b3287b781fe51542d7.tar.gz
1.14.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f26c20bc13ce..e81a258ce0b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scrcpy
pkgdesc = Display and control your Android device
- pkgver = 1.13
+ pkgver = 1.14
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.13.tar.gz
- source = https://github.com/Genymobile/scrcpy/releases/download/v1.13/scrcpy-server-v1.13
- sha256sums = 6f65a22b495240358a56f84098edc48e9e396eab20b6130538088d96eb7e36f0
- sha256sums = 5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885
+ source = https://github.com/Genymobile/scrcpy/archive/v1.14.tar.gz
+ source = https://github.com/Genymobile/scrcpy/releases/download/v1.14/scrcpy-server-v1.14
+ sha256sums = 45353b6e6cf1efbc8aadf2a51103242460562f6a55c6772037f492716b3fca07
+ sha256sums = 1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620
pkgname = scrcpy
diff --git a/PKGBUILD b/PKGBUILD
index 90e309f2fd46..af012254741b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
-pkgver=1.13
+pkgver=1.14
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=('6f65a22b495240358a56f84098edc48e9e396eab20b6130538088d96eb7e36f0'
- '5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885')
+sha256sums=('45353b6e6cf1efbc8aadf2a51103242460562f6a55c6772037f492716b3fca07'
+ '1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620')
build() {
cd "${pkgname}-${pkgver}"