summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ventura2019-11-20 18:00:29 +0000
committerRui Ventura2019-11-20 18:00:29 +0000
commit9b9e7e199079714a4e1f9160eda8250e95163c03 (patch)
treed5d06c320c3e09f1f4179c5c81f04bf2901677d2
parent33e310daea8dd1ec23f78145438cbebdc116248e (diff)
downloadaur-9b9e7e199079714a4e1f9160eda8250e95163c03.tar.gz
Update to 1.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0dca22daab9..4c146820c395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chiaki
pkgdesc = Free and Open Source PS4 Remote Play Client
- pkgver = 1.1.1
+ pkgver = 1.1.2
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.1/chiaki-v1.1.1-src.tar.gz
- sha256sums = 1b63cc2b278ac84ba4daa9a1fa39d88c1682e5746e0d0dfe1f24b2fcd9b1cda3
+ source = https://github.com/thestr4ng3r/chiaki/releases/download/v1.1.2/chiaki-v1.1.2-src.tar.gz
+ sha256sums = 1bb7d8b2d102e52e5a9d657ebd7d184024d6bd214688ab3a0629a66f9fd927de
pkgname = chiaki
diff --git a/PKGBUILD b/PKGBUILD
index f15c830902a1..005b23761fd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rui Ventura <rventura.pt@outlook.com>
pkgname=chiaki
-pkgver=1.1.1
+pkgver=1.1.2
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=('1b63cc2b278ac84ba4daa9a1fa39d88c1682e5746e0d0dfe1f24b2fcd9b1cda3')
+sha256sums=('1bb7d8b2d102e52e5a9d657ebd7d184024d6bd214688ab3a0629a66f9fd927de')
build() {
cd "$srcdir/$pkgname"