python-empy: update to 3.3.4.

This commit is contained in:
Piotr Wójcik 2019-03-25 16:30:43 +01:00 committed by Helmut Pozimski
parent cc88739480
commit 96f93918a0
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-empy'
pkgname=python-empy
version=3.3.3
version=3.3.4
revision=1
archs=noarch
wrksrc="empy-${version}"
@ -13,7 +13,11 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
license="LGPL-3.0-or-later"
homepage="http://www.alcyone.com/software/empy/"
distfiles="http://www.alcyone.com/software/empy/empy-${version}.tar.gz"
checksum=9841e36dd26c7f69fe1005f9d9e078e41bdd50dd56fc77837ae390fb6af1aed7
checksum=9126211471fc7ff83fdd40beca93eb6de5681758fbe68b4cf8af6326259df1b1
do_check() {
./test.sh
}
python3-empy_package() {
archs=noarch

View File

@ -0,0 +1 @@
pattern="The current version of empy is \K[0-9.]+[0-9]"