libArcus: update to 3.0.3.
This commit is contained in:
parent
16a71a44b2
commit
276d566ab6
|
@ -2870,7 +2870,7 @@ libtracker-sparql-2.0.so.0 libtracker-2.0.0_1
|
|||
libdockapp.so.3 libdockapp-0.7.2_1
|
||||
libkrdccore.so.5 krdc-17.04.3_1
|
||||
libkrfbprivate.so.5.0 krfb-17.08.1_1
|
||||
libArcus.so.3 libArcus-2.7.0_1
|
||||
libArcus.so.3 libArcus-3.0.3_1
|
||||
libgutenprint.so.2 gutenprint-5.2.12_1
|
||||
libunbound.so.2 unbound-1.6.6_1
|
||||
libixml.so.10 libupnp1.8-1.8.2_1
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'libArcus'
|
||||
pkgname=libArcus
|
||||
version=2.7.0
|
||||
version=3.0.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
python_version=3
|
||||
configure_args="-DBUILD_EXAMPLES=OFF"
|
||||
hostmakedepends="protobuf python3 python3-sip-devel"
|
||||
makedepends="protobuf-devel python3-devel"
|
||||
depends="python3-sip"
|
||||
short_desc="Communication library for Ultimaker software components"
|
||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
license="AGPL-3"
|
||||
license="LGPL-3"
|
||||
homepage="https://github.com/Ultimaker/libArcus"
|
||||
distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz"
|
||||
checksum=18905c627291858ec97f69b2e730d8ce847dd76813150fa6658aaece2d1485fb
|
||||
checksum=278a0f7f5b445e6e396f28488055488be1cf56fa325b1766ca94fe9737ffa189
|
||||
|
||||
libArcus-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue