add python2-notify dependency

This commit is contained in:
Benoit Pierre 2016-05-12 01:27:42 +02:00
parent ee3022d895
commit d934365eb2
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = plover
pkgdesc = Free and open source real-time stenography engine.
pkgver = 3.0.0
pkgrel = 2
pkgrel = 3
url = http://www.openstenoproject.org/plover/
arch = any
license = GPL2
@ -11,6 +11,7 @@ pkgbase = plover
depends = python2
depends = python2-appdirs
depends = python2-hidapi
depends = python2-notify
depends = python2-pyserial
depends = python2-setuptools
depends = python2-simplejson

View file

@ -3,13 +3,14 @@
pkgname=plover
pkgdesc="Free and open source real-time stenography engine."
pkgver=3.0.0
pkgrel=2
pkgrel=3
arch=('any')
license=('GPL2')
depends=(
'python2'
'python2-appdirs'
'python2-hidapi'
'python2-notify'
'python2-pyserial'
'python2-setuptools'
'python2-simplejson'