Add pkg-config to arch mkdeps

This commit is contained in:
ArsenArsen 2017-11-04 23:18:28 +01:00
parent 9a519e42ce
commit de03829fef
No known key found for this signature in database
GPG Key ID: 683D2F43B0CA4BD2
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: ArsenArsen <arsenarsentmc@outlook.com>
pkgname=kshare-git
pkgver=v4.1.191.ge36f6de
pkgver=v4.1.r196.gc38161b
pkgrel=1
pkgdesc="The free and open source and cross platform screen sharing software."
arch=('i686' 'x86_64')
@ -9,7 +9,7 @@ license=('MIT')
provides=(kshare)
conflicts=(kshare)
depends=(qt5-base qt5-x11extras qt5-svg xcb-util-cursor ffmpeg libxfixes)
makedepends=('git')
makedepends=(git pkg-config)
source=(git+https://github.com/ArsenArsen/KShare.git#branch=dev)
sha1sums=('SKIP')

View File

@ -1,6 +1,6 @@
# Maintainer: ArsenArsen <arsenarsentmc@outlook.com>
pkgname=kshare
pkgver=4.1r7
pkgver=v4.1.r8
pkgrel=1
conflicts=("kshare-git")
pkgdesc="The free and open source and cross platform screen sharing software."
@ -9,7 +9,7 @@ url="https://github.com/ArsenArsen/KShare"
license=('MIT')
provides=('kshare=$pkgver')
depends=(qt5-base qt5-x11extras qt5-svg xcb-util-cursor ffmpeg libxfixes)
makedepends=('git')
makedepends=(git pkg-config)
source=(git+https://github.com/ArsenArsen/KShare.git)
sha1sums=('SKIP')