python-pgpdump: fix typo
This commit is contained in:
parent
c910e5a655
commit
49716fd8cc
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python-pgpdump'
|
||||
pkgname=python-pgpdump
|
||||
version=1.5
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
pycompile_module="pgpump"
|
||||
pycompile_module="pgpdump"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 library for parsing PGP packets"
|
||||
|
@ -19,7 +19,7 @@ python3.4-pgpdump_package() {
|
|||
noarch=yes
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="pgpump"
|
||||
pycompile_module="pgpdump"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
|
|
Loading…
Reference in a new issue