summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2020-04-29 18:18:03 -0400
committerAndrew Rabert2020-04-29 18:18:03 -0400
commit2aae1d5b7d6c395334cb984e33003716cdf292fa (patch)
tree4c574003f45ad182f0ae459a530a053c7f0b4c81
parentcc46e76351ff9eaf0592b6c6604f23d8865605c5 (diff)
downloadaur-2aae1d5b7d6c395334cb984e33003716cdf292fa.tar.gz
1.13-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 568576f0d811..f26c20bc13ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scrcpy
pkgdesc = Display and control your Android device
- pkgver = 1.12.1
+ pkgver = 1.13
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.12.1.tar.gz
- source = https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-server-v1.12.1
- sha256sums = 7692664e1bd703421eb9659cc9956d9f0ac64eb14abddab7b2ade37625f0243d
- sha256sums = 63e569c8a1d0c1df31d48c4214871c479a601782945fed50c1e61167d78266ea
+ 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
pkgname = scrcpy
diff --git a/PKGBUILD b/PKGBUILD
index 0e80acb47c78..90e309f2fd46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
-pkgver=1.12.1
+pkgver=1.13
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=('7692664e1bd703421eb9659cc9956d9f0ac64eb14abddab7b2ade37625f0243d'
- '63e569c8a1d0c1df31d48c4214871c479a601782945fed50c1e61167d78266ea')
+sha256sums=('6f65a22b495240358a56f84098edc48e9e396eab20b6130538088d96eb7e36f0'
+ '5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885')
build() {
cd "${pkgname}-${pkgver}"