summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenoit Pierre2016-11-10 00:38:11 +0100
committerBenoit Pierre2016-11-10 00:38:11 +0100
commit9746103a6746b2afcbbb0e3420e2393250253f26 (patch)
tree6b9a5e90385b78f0ff6767e77a45f824df9a90c7 /PKGBUILD
parentd934365eb2ca3c149558652aefdbb013d2812d79 (diff)
downloadaur-9746103a6746b2afcbbb0e3420e2393250253f26.tar.gz
update to lastest stable release: 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD28
1 files changed, 8 insertions, 20 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f80e88b01b66..88bb7ed1069d 100644
--- a/PKGBUILD
+++ b/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"