libixion11: rebuild for Python 3.5
Switch to python3 pkg.
This commit is contained in:
parent
ca9923bb2a
commit
49af49b490
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'libixion'
|
||||
pkgname=libixion11
|
||||
version=0.11.1
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="${pkgname%11}-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python3.4"
|
||||
makedepends="boost-devel mdds python3.4-devel"
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="boost-devel mdds python3-devel"
|
||||
short_desc="General purpose formula parser and interpreter"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="MPL-2.0"
|
||||
|
|
Loading…
Reference in a new issue