From 9746103a6746b2afcbbb0e3420e2393250253f26 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Thu, 10 Nov 2016 00:38:11 +0100 Subject: [PATCH] update to lastest stable release: 3.1.0 --- .SRCINFO | 18 ++++++++---------- PKGBUILD | 28 ++++++++-------------------- 2 files changed, 16 insertions(+), 30 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 17e740eb607d..b932b9b67f58 100644 --- a/.SRCINFO +++ b/.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 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"