aboutsummaryrefslogtreecommitdiffstats
path: root/community/libcmis
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-03-29 19:07:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-02 10:31:57 +0000
commit62ccda668758ebd45fdabbc566594562d6799961 (patch)
tree74b67ad2b197d4eba66dd7bf402592508c1ffd87 /community/libcmis
parent9138cd94fe8f0f05ef744ccdc6976ca6f426350d (diff)
downloadaports-62ccda668758ebd45fdabbc566594562d6799961.tar.bz2
aports-62ccda668758ebd45fdabbc566594562d6799961.tar.xz
community/libcmis: upgrade to 0.5.2
Diffstat (limited to 'community/libcmis')
-rw-r--r--community/libcmis/APKBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/community/libcmis/APKBUILD b/community/libcmis/APKBUILD
index 65f4cfda2b..0487f2fbbd 100644
--- a/community/libcmis/APKBUILD
+++ b/community/libcmis/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libcmis
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.5.2
+pkgrel=0
pkgdesc="CMIS protocol client library"
-url="https://sourceforge.net/projects/libcmis/"
+url="https://github.com/tdf/libcmis"
arch="all"
license="MPL-1.1 GPL-2.0-or-later LGPL-2.0-or-later"
depends=""
depends_dev="curl-dev libxml2-dev cppunit-dev boost-dev"
-makedepends="$depends_dev autoconf automake libtool"
+makedepends="$depends_dev docbook2x autoconf automake libtool"
install=""
subpackages="$pkgname-dev $pkgname-doc cmis-client:client"
source="https://github.com/tdf/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
@@ -27,7 +27,7 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
- --without-man \
+ --with-man \
--disable-werror \
|| return 1
make || return 1
@@ -43,6 +43,4 @@ client() {
mv "$pkgdir"/usr/bin "$subpkgdir"/usr
}
-md5sums="3270154f0f40d86fce849b161f914101 libcmis-0.5.1.tar.gz"
-sha256sums="6acbdf22ecdbaba37728729b75bfc085ee5a4b49a6024757cfb86ccd3da27b0e libcmis-0.5.1.tar.gz"
-sha512sums="da1e66a7604f90644ad6ee691a5c06df36debec20db361e166ee64c9f8ce85be48623e38367ea2799107c10041ed5f8c3a8011a80d6eaca800c29084fb4fe0f6 libcmis-0.5.1.tar.gz"
+sha512sums="3dac0eed31d1dd3ac4670e501e0677196811f7875e6d1c253c8d874d6903691cbe4f1c27c8468af07bfd7f79b0d6ec4f933b28cb3bb37dcbea18bc2dd8f6e374 libcmis-0.5.2.tar.gz"