added dependency

This commit is contained in:
David McInnis
2016-09-16 17:49:52 -07:00
parent 3669fa729e
commit c710a365cb
2 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Fri Sep 16 00:16:46 UTC 2016
# Sat Sep 17 00:49:29 UTC 2016
pkgbase = orion
pkgdesc = QML/C++-written desktop client for Twitch.tv
pkgver = 1.3.1
pkgrel = 1
pkgrel = 2
url = https://github.com/alamminsalo/orion/
arch = x86_64
arch = i686
@@ -13,6 +13,7 @@ pkgbase = orion
depends = mpv
depends = qt5-webengine
depends = qt5-svg
depends = qt5-quickcontrols
provides = orion
conflicts = orion
source = https://github.com/alamminsalo/orion/archive/v1.3.1.tar.gz

View File

@@ -3,13 +3,13 @@
pkgname=orion
pkgver=1.3.1
pkgrel=1
pkgrel=2
pkgdesc="QML/C++-written desktop client for Twitch.tv"
arch=('x86_64' 'i686')
url="https://github.com/alamminsalo/orion/"
license=('GPL')
groups=()
depends=('mpv' 'qt5-webengine' 'qt5-svg')
depends=('mpv' 'qt5-webengine' 'qt5-svg' 'qt5-quickcontrols')
makedepends=('qtchooser' 'libcommuni')
provides=("${pkgname}")
conflicts=("${pkgname%-git}")