diff options
Diffstat (limited to 'community/liborcus/APKBUILD')
-rw-r--r-- | community/liborcus/APKBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/community/liborcus/APKBUILD b/community/liborcus/APKBUILD index 5b83cc6c47..3c2e67d460 100644 --- a/community/liborcus/APKBUILD +++ b/community/liborcus/APKBUILD @@ -2,14 +2,16 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=liborcus pkgver=0.13.4 -pkgrel=0 +pkgrel=1 pkgdesc="Library for processing spreadsheet documents" url="https://gitlab.com/orcus/orcus" arch="all" license="MPL-2.0" makedepends="$depends_dev boost-dev mdds-dev libixion-dev zlib-dev libixion-dev" subpackages="$pkgname-dev" -source="http://kohei.us/files/orcus/src/liborcus-$pkgver.tar.xz" +source="http://kohei.us/files/orcus/src/liborcus-$pkgver.tar.xz + boost-1.67.patch + " builddir="$srcdir/liborcus-$pkgver" build() { @@ -35,4 +37,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="f00b49c41eb1898c37d8d42e59f9004f46b5f849b9d60ac9c5033232d1e5065ff3de160e79f5a88983bf64f86e283b6d1d406a24e776aa6ff7b8acec324ccd4b liborcus-0.13.4.tar.xz" +sha512sums="f00b49c41eb1898c37d8d42e59f9004f46b5f849b9d60ac9c5033232d1e5065ff3de160e79f5a88983bf64f86e283b6d1d406a24e776aa6ff7b8acec324ccd4b liborcus-0.13.4.tar.xz +4a1817f70a955caa213af3ff6542b6faf0db3261406ab60b87dfc4637ab29fb1e6eb6e402911e6d5e22e29e8eb049b26c03160c8a6b802a9b842f0b8311097ba boost-1.67.patch" |