mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
add python2-notify dependency
This commit is contained in:
parent
ee3022d895
commit
d934365eb2
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.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
|
||||
|
|
|
|||
3
PKGBUILD
3
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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue