summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ventura2020-06-03 08:12:18 +0100
committerRui Ventura2020-06-03 08:12:18 +0100
commit927288a474f67a8436f9193ac7cf8b106f8ba2ae (patch)
tree41dbbc7be110f80ce7a7d33e112de74fa0db7637
parentff5d06a40959c1300431e25314d6d68be63fe792 (diff)
downloadaur-927288a474f67a8436f9193ac7cf8b106f8ba2ae.tar.gz
Update to 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbaeef029354..53d12bbbf884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chiaki
pkgdesc = Free and Open Source PS4 Remote Play Client
- pkgver = 1.2.0
+ pkgver = 1.2.1
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.2.0/chiaki-v1.2.0-src.tar.gz
- sha256sums = e20f3cf6c710382da0517b725a68bee472bfe374d51161e038215f0d2c604b06
+ source = https://github.com/thestr4ng3r/chiaki/releases/download/v1.2.1/chiaki-v1.2.1-src.tar.gz
+ sha256sums = e9dd1ec89d19f065c33867329d81be302930303386e95cb64163c143dbc72327
pkgname = chiaki
diff --git a/PKGBUILD b/PKGBUILD
index a54ff23a30f4..1f5641c6b0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rui Ventura <rventura.pt@outlook.com>
pkgname=chiaki
-pkgver=1.2.0
+pkgver=1.2.1
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=('e20f3cf6c710382da0517b725a68bee472bfe374d51161e038215f0d2c604b06')
+sha256sums=('e9dd1ec89d19f065c33867329d81be302930303386e95cb64163c143dbc72327')
build() {
cd "$srcdir/$pkgname"