mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
update to lastest stable release: 3.1.0
This commit is contained in:
parent
d934365eb2
commit
9746103a67
2 changed files with 16 additions and 30 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -1,29 +1,27 @@
|
|||
pkgbase = plover
|
||||
pkgdesc = Free and open source real-time stenography engine.
|
||||
pkgver = 3.0.0
|
||||
pkgrel = 3
|
||||
pkgver = 3.1.0
|
||||
pkgrel = 1
|
||||
url = http://www.openstenoproject.org/plover/
|
||||
arch = any
|
||||
license = GPL2
|
||||
license = GPLv2 or any later version
|
||||
makedepends = python2-mock
|
||||
makedepends = python2-pytest
|
||||
makedepends = python2-pytest-runner
|
||||
makedepends = python2-setuptools-scm
|
||||
depends = python2
|
||||
depends = python2-appdirs
|
||||
depends = python2-dbus
|
||||
depends = python2-hidapi
|
||||
depends = python2-notify
|
||||
depends = python2-pyserial
|
||||
depends = python2-setuptools
|
||||
depends = python2-simplejson
|
||||
depends = python2-six
|
||||
depends = python2-xlib
|
||||
depends = wmctrl
|
||||
depends = wxpython
|
||||
provides = plover
|
||||
conflicts = plover-git
|
||||
source = https://github.com/openstenoproject/plover/archive/v3.0.0.tar.gz
|
||||
source = fix_wx_pynotify_crash.patch
|
||||
sha1sums = 89ca6af3fe002be218158930d105d25c1e1282be
|
||||
sha1sums = b455b23628f0cc3b1bc290a3f55df901fbad8fc1
|
||||
source = https://github.com/openstenoproject/plover/releases/download/v3.1.0/plover-3.1.0.tar.gz
|
||||
sha1sums = 20dc0391db86d2661f93298b350f36ecf8042f8e
|
||||
|
||||
pkgname = plover
|
||||
|
||||
|
|
|
|||
28
PKGBUILD
28
PKGBUILD
|
|
@ -2,18 +2,18 @@
|
|||
|
||||
pkgname=plover
|
||||
pkgdesc="Free and open source real-time stenography engine."
|
||||
pkgver=3.0.0
|
||||
pkgrel=3
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
license=('GPL2')
|
||||
license=('GPLv2 or any later version')
|
||||
depends=(
|
||||
'python2'
|
||||
'python2-appdirs'
|
||||
'python2-dbus'
|
||||
'python2-hidapi'
|
||||
'python2-notify'
|
||||
'python2-pyserial'
|
||||
'python2-setuptools'
|
||||
'python2-simplejson'
|
||||
'python2-six'
|
||||
'python2-xlib'
|
||||
'wmctrl'
|
||||
'wxpython'
|
||||
|
|
@ -21,25 +21,13 @@ depends=(
|
|||
makedepends=(
|
||||
'python2-mock'
|
||||
'python2-pytest'
|
||||
'python2-pytest-runner'
|
||||
'python2-setuptools-scm'
|
||||
)
|
||||
provides=('plover')
|
||||
conflicts=('plover-git')
|
||||
url="http://www.openstenoproject.org/plover/"
|
||||
source=(
|
||||
"https://github.com/openstenoproject/plover/archive/v$pkgver.tar.gz"
|
||||
fix_wx_pynotify_crash.patch
|
||||
)
|
||||
sha1sums=(
|
||||
89ca6af3fe002be218158930d105d25c1e1282be
|
||||
b455b23628f0cc3b1bc290a3f55df901fbad8fc1
|
||||
)
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
patch -Np1 -i ../fix_wx_pynotify_crash.patch
|
||||
}
|
||||
source=(https://github.com/openstenoproject/plover/releases/download/v$pkgver/plover-$pkgver.tar.gz)
|
||||
sha1sums=(20dc0391db86d2661f93298b350f36ecf8042f8e)
|
||||
|
||||
check() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue