liborcus: update to 0.11.0
This commit is contained in:
parent
bc9e62d346
commit
955b368200
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'liborcus'
|
||||
pkgname=liborcus
|
||||
version=0.0.20160214
|
||||
version=0.11.0
|
||||
revision=1
|
||||
_gitrev=da946ed8908550cb5fe281055dcff46c1aefebab
|
||||
wrksrc="orcus-${_gitrev}-${_gitrev}"
|
||||
_gitrev=5a5f0aa54cd8549255cc020643ae102732c207c1
|
||||
wrksrc="orcus-${version}-${_gitrev}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config python3.4"
|
||||
makedepends="boost-devel mdds libixion-devel python3.4-devel zlib-devel"
|
||||
|
@ -11,8 +11,8 @@ short_desc="Library for processing spreadsheet documents"
|
|||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://gitlab.com/orcus/orcus"
|
||||
distfiles="https://gitlab.com/orcus/orcus/repository/archive.tar.bz2?ref=${_gitrev}>${pkgname}-${version}.tar.gz"
|
||||
checksum=9d43dc689b0124a366c8c29dee834feb85bad80724baca582774e38096e42fdb
|
||||
distfiles="https://gitlab.com/orcus/orcus/repository/archive.tar.bz2?ref=${version}>${pkgname}-${version}.tar.bz2"
|
||||
checksum=bec8a79e1ba19497d7e36fff08f87c2d213c1eb0bd8e77e549f0250ce54210b4
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -if
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
ignore="0.1.0 0.3.0 0.5.0 0.5.1 0.5.2 0.7.0 0.7.1 0.9.0 0.9.1 0.9.2"
|
Loading…
Reference in New Issue