summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2020-04-26 23:30:11 +0100
committerWorMzy Tykashi2020-04-26 23:30:11 +0100
commitf95a4dddaed6c44e76537a6c8835eec86344d9ee (patch)
tree17df8e377b6a1220743d7dcd1e6aa62a748b2fdf
parentdd5d86f5d1659b4ca63822f803c045f5d37bb7b7 (diff)
downloadaur-f95a4dddaed6c44e76537a6c8835eec86344d9ee.tar.gz
Add missing provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7b0076b164..8299c194eac7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chiaki-git
pkgdesc = Unofficial PlayStation 4 remote play client
- pkgver = 1.0.3.r42.g08456d5
+ pkgver = 1.2.0.r0.gf3e9178
pkgrel = 1
url = https://github.com/thestr4ng3r/chiaki.git
arch = i686
@@ -17,6 +17,8 @@ pkgbase = chiaki-git
depends = ffmpeg
depends = openssl
depends = gcc-libs
+ provides = chiaki
+ conflicts = chiaki
source = git+https://github.com/thestr4ng3r/chiaki.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index af154b884a0e..7d6c04d41fc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=chiaki-git
_gitname=chiaki
-pkgver=1.0.3.r42.g08456d5
+pkgver=1.2.0.r0.gf3e9178
pkgrel=1
pkgdesc="Unofficial PlayStation 4 remote play client"
arch=(i686 x86_64)
@@ -10,6 +10,8 @@ url="https://github.com/thestr4ng3r/chiaki.git"
license=('GPL3')
depends=('qt5-base' 'qt5-multimedia' 'qt5-svg' 'sdl2' 'opus' 'ffmpeg' 'openssl' 'gcc-libs')
makedepends=('git' 'cmake' 'python-protobuf')
+provides=('chiaki')
+conflicts=('chiaki')
source=(git+"${url}")
md5sums=("SKIP")