Date: Friday, May 22, 2020 @ 08:14:22 Author: diabonas Revision: 631536
upgpkg: lib3mf-1 1.8.1-5: remove libprovides, add dependency, update patches - The new version 2 of the library is called "lib3mf.so" instead of "lib3MF.so", so a libprovides is not very useful. - The library directly depends on libuuid.so from libutil-linux. - The Git file hash comment in the patch files is now one digit longer, so the checksum needs to be updated. The actual content of the patches has not changed. Modified: lib3mf-1/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-22 07:53:27 UTC (rev 631535) +++ PKGBUILD 2020-05-22 08:14:22 UTC (rev 631536) @@ -1,21 +1,20 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=lib3mf-1 pkgver=1.8.1 -pkgrel=4 +pkgrel=5 pkgdesc='Implementation of the 3D Manufacturing Format file standard (legacy version)' arch=('x86_64') url='https://3mf.io/' license=('BSD') -depends=('libzip' 'zlib') +depends=('libutil-linux' 'libzip' 'zlib') makedepends=('cmake') checkdepends=('gtest') -provides=('lib3MF.so') source=("$pkgname-$pkgver.tar.gz::https://github.com/3MFConsortium/lib3mf/archive/v$pkgver.tar.gz" 'lib3mf-1_use-system-gtest.patch::https://github.com/3MFConsortium/lib3mf/commit/cf679cc3736d4b22ce5711b5e81d28b7b6f4f4b0.patch' 'lib3mf-1_link-libzip-and-zlib.patch::https://github.com/3MFConsortium/lib3mf/commit/093f2d95045dac25844936a72d5d8134a6265b20.patch') sha512sums=('f7fd75bcb6472de1595a018e5add516d0d78ab0aee92462b686b77f8d2bef05270e7b737cb7e1d31fc5850815056e753874c2f9ec456a455e8461c4010fe914a' - '84da1e659ed52582aca3c6f9ce2b234aad000e96bb657ff2aa7d118a613d5bca9b3f05f117f5db0a91440a9d51494730a637ed844ca4adb4887f357c15394663' - '9fbe47bf940ccee60c759c47432b596eb8882c2bcf393853f1ff951bb8e662dc0f525768b4b9e02412e96a8814d6f55f61f1a90e74cbb61e331c31984ef6427e') + '59d107aafd512e183dba4ddb3d9f4f5d2f6942780c818f3a74a3b59361936fcc58283e4f38f91abe613321c165d301dfb9ae33d6dc28cbcc8590e807ded0506e' + '97d8080c5affe299556d7a5c8a004ece0d143e6cbc685eddc57ecfd18f92cbf5795807829fcf76571df665cc1eb8da12ca5dcc5dfccd2f1b649d99341c5f0eb0') prepare() { cd "${pkgname%-1}-$pkgver"
