python-requests-oauthlib added as dep
This commit is contained in:
parent
246075de52
commit
3c787cabaa
3
.SRCINFO
3
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = indicator-kdeconnect-git
|
||||
pkgdesc = Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)
|
||||
pkgver = r276.c694300
|
||||
pkgver = r313.08087ab
|
||||
pkgrel = 1
|
||||
url = https://github.com/bajoja/indicator-kdeconnect
|
||||
arch = any
|
||||
|
@ -10,6 +10,7 @@ pkgbase = indicator-kdeconnect-git
|
|||
depends = libappindicator-gtk3
|
||||
depends = kdeconnect
|
||||
depends = vala
|
||||
depends = python-requests-oauthlib
|
||||
provides = indicator-kdeconnect
|
||||
conflicts = indicator-kdeconnect
|
||||
source = git://github.com/bajoja/indicator-kdeconnect.git
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Contributor: shimi <shimi.chen@gmail.com>
|
||||
# Contributor: Gustavo Castro <gustawho at gmail dot com>
|
||||
pkgname=indicator-kdeconnect-git
|
||||
pkgver=r276.c694300
|
||||
pkgver=r313.08087ab
|
||||
pkgrel=1
|
||||
_gitname=indicator-kdeconnect
|
||||
pkgdesc="Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)"
|
||||
|
@ -11,7 +11,7 @@ url="https://github.com/bajoja/indicator-kdeconnect"
|
|||
license=('GPL')
|
||||
conflicts=('indicator-kdeconnect')
|
||||
provides=('indicator-kdeconnect')
|
||||
depends=('libappindicator-gtk3' 'kdeconnect' 'vala')
|
||||
depends=('libappindicator-gtk3' 'kdeconnect' 'vala' 'python-requests-oauthlib')
|
||||
makedepends=('git' 'cmake')
|
||||
source=('git://github.com/bajoja/indicator-kdeconnect.git')
|
||||
md5sums=('SKIP')
|
||||
|
|
Loading…
Reference in New Issue