summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2020-08-06 16:50:15 -0400
committerAndrew Rabert2020-08-06 16:50:15 -0400
commita90f70cc1a84265e16b324f4a607457a8b920452 (patch)
tree5fac2ac0d57d32d97e90c4e432cef960939f4df4
parentfe91a60a96dc70b1e60f35b3287b781fe51542d7 (diff)
downloadaur-a90f70cc1a84265e16b324f4a607457a8b920452.tar.gz
1.15
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e81a258ce0b5..0364d915ea51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scrcpy
pkgdesc = Display and control your Android device
- pkgver = 1.14
+ pkgver = 1.15
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.14.tar.gz
- source = https://github.com/Genymobile/scrcpy/releases/download/v1.14/scrcpy-server-v1.14
- sha256sums = 45353b6e6cf1efbc8aadf2a51103242460562f6a55c6772037f492716b3fca07
- sha256sums = 1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620
+ source = https://github.com/Genymobile/scrcpy/archive/v1.15.tar.gz
+ source = https://github.com/Genymobile/scrcpy/releases/download/v1.15/scrcpy-server-v1.15
+ sha256sums = f229ba0b8fca184ab0063ee214e56a2a651d665d4a1c7ac941e111190852c555
+ sha256sums = e160c46784f30566eae621cad88bfb34e124f945cb8274b8dfc615b613b86dd8
pkgname = scrcpy
diff --git a/PKGBUILD b/PKGBUILD
index af012254741b..c297d2e58727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
-pkgver=1.14
+pkgver=1.15
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=('45353b6e6cf1efbc8aadf2a51103242460562f6a55c6772037f492716b3fca07'
- '1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620')
+sha256sums=('f229ba0b8fca184ab0063ee214e56a2a651d665d4a1c7ac941e111190852c555'
+ 'e160c46784f30566eae621cad88bfb34e124f945cb8274b8dfc615b613b86dd8')
build() {
cd "${pkgname}-${pkgver}"