summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2020-08-10 16:20:28 -0400
committerAndrew Rabert2020-08-10 16:20:28 -0400
commit27348aacffad55afee2d5f1ef5bffe2936abc0a4 (patch)
tree9934c5c45a3e2915b794e2d47bc85916a1f2c8df
parent028be438ab65bd7ee05e18293399151bde1c5a53 (diff)
downloadaur-27348aacffad55afee2d5f1ef5bffe2936abc0a4.tar.gz
1.16
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a617db29f35..f2f6a4a1a9c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scrcpy
pkgdesc = Display and control your Android device
- pkgver = 1.15.1
+ pkgver = 1.16
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.15.1.tar.gz
- source = https://github.com/Genymobile/scrcpy/releases/download/v1.15.1/scrcpy-server-v1.15.1
- sha256sums = 1d66dccf14f77e085853453d91a06fad40d1ab5cf2997f00079502edeac9d575
- sha256sums = fe06bd6a30da8c89860bf5e16eecce2b5054d4644c84289670ce00ca5d1637c3
+ 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
pkgname = scrcpy
diff --git a/PKGBUILD b/PKGBUILD
index 9ae6f02ddfba..658003edfdbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar@nullsum.net>
pkgname=scrcpy
-pkgver=1.15.1
+pkgver=1.16
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=('1d66dccf14f77e085853453d91a06fad40d1ab5cf2997f00079502edeac9d575'
- 'fe06bd6a30da8c89860bf5e16eecce2b5054d4644c84289670ce00ca5d1637c3')
+sha256sums=('94cbd59e26faa08ca25d5126d6c8d45e831b6a9e716ce05cd57bc4bcc751f742'
+ '94a79e05b4498d0460ab7bd9d12cbf05156e3a47bf0c5d1420cee1d4493b3832')
build() {
cd "${pkgname}-${pkgver}"