diff --git a/.SRCINFO b/.SRCINFO index 69efc1961966..17e740eb607d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index c946fb85e950..f80e88b01b66 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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'