summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ventura2020-04-27 02:05:45 +0100
committerRui Ventura2020-04-27 02:05:45 +0100
commitff5d06a40959c1300431e25314d6d68be63fe792 (patch)
tree4376261a952f9999771e99582f7c79e758d9305f
parent2b07d90d7f95349f5c8bbabf0f526c0b29b52bac (diff)
downloadaur-ff5d06a40959c1300431e25314d6d68be63fe792.tar.gz
Update to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9255c7a822e8..bbaeef029354 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chiaki
pkgdesc = Free and Open Source PS4 Remote Play Client
- pkgver = 1.1.3
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/thestr4ng3r/chiaki
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = chiaki
depends = openssl>=1.1
depends = sdl2
provides = chiaki
- source = https://github.com/thestr4ng3r/chiaki/releases/download/v1.1.3/chiaki-v1.1.3-src.tar.gz
- sha256sums = f289832d61d9cd32b2280b1fd8ed819239895900ac44d5e56c7992519efe838e
+ source = https://github.com/thestr4ng3r/chiaki/releases/download/v1.2.0/chiaki-v1.2.0-src.tar.gz
+ sha256sums = e20f3cf6c710382da0517b725a68bee472bfe374d51161e038215f0d2c604b06
pkgname = chiaki
diff --git a/PKGBUILD b/PKGBUILD
index c449c508d1a8..a54ff23a30f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rui Ventura <rventura.pt@outlook.com>
pkgname=chiaki
-pkgver=1.1.3
+pkgver=1.2.0
pkgrel=1
pkgdesc="Free and Open Source PS4 Remote Play Client"
arch=(x86_64)
@@ -10,7 +10,7 @@ provides=(chiaki)
depends=(ffmpeg gcc-libs qt5-multimedia qt5-svg opus "openssl>=1.1" sdl2)
makedepends=(cmake protobuf python-protobuf)
source=("$url/releases/download/v$pkgver/$pkgname-v$pkgver-src.tar.gz")
-sha256sums=('f289832d61d9cd32b2280b1fd8ed819239895900ac44d5e56c7992519efe838e')
+sha256sums=('e20f3cf6c710382da0517b725a68bee472bfe374d51161e038215f0d2c604b06')
build() {
cd "$srcdir/$pkgname"