* update catdoc to 0.95-6

This commit is contained in:
Alexander Baldeck 2024-08-09 12:26:55 +02:00
parent 1d2f962735
commit 9ce49f8c30
2 changed files with 23 additions and 2 deletions

21
catdoc/.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = catdoc
pkgdesc = A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text
pkgver = 0.95
pkgrel = 6
url = https://www.wagner.pp.ru/~vitus/software/catdoc/
arch = x86_64
license = GPL
depends = glibc
optdepends = tk: for using wordview
options = !makeflags
source = http://ftp.wagner.pp.ru/pub/catdoc/catdoc-0.95.tar.gz
source = catdoc-read-boolean-values.patch::https://github.com/albfan/catdoc/commit/101a9775ca3620f4a307a1159a41777115e8a04d.patch
source = catdoc-explicit-errors.patch::https://github.com/albfan/catdoc/commit/3613753da4cc47331f0cebd49445da357b8b5f75.patch
sha512sums = dd6bded4b6b70749c007256b182b063ff266f86d53024d8582001678821e8096c5b980bc8f43015d9c82bbe022d71d4ba5fe68aff31b2ff6db3688595e651b2c
sha512sums = cf7d4132ef52df9d102c183efa1707aa78ca6bb692e3d48b621eb0f8e509be2789b83507e8975ddc216766aff31d0877d524791755b81c7a8a7ffec568956fda
sha512sums = d85aa9fdb44525573df98f9d2e6b89d69f5f7a3708e5113f1378fbf6d56a7599c49279cd19e52664f276fb730e498bd37ef56d2f96a29f1de16c7001608be991
b2sums = 37c01c485410a6eb08c5935351b00f60f1d4c418f4c1b3cca73da23f870cb5d5414ea6cf7c37effb295e6ccb12a7981367bd08ca6226ee0fc64d2dfdca2762ea
b2sums = 18f0c07d83174084bb27e3e47c35c14438403cd15ca89808495c4b696abfef3997b8d1cc349ff9c64e28bbaa92030a03f7b9981009e41f2b20acca2c88fcac44
b2sums = c74123d4ba8911ccc6ab6c904eb428756559cd1dc7804803665bbe26b745796142fb272c58a0bf94a52724ee375d37f9514a7026fd13e5a373afe552503fca31
pkgname = catdoc

View File

@ -5,9 +5,9 @@
pkgname=catdoc
pkgver=0.95
pkgrel=5
pkgrel=6
pkgdesc='A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text'
arch=(riscv64 powerpc64le powerpc64 powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.wagner.pp.ru/~vitus/software/catdoc/'
license=('GPL')
depends=('glibc')