* update libstaroffice to 0.0.7-3

This commit is contained in:
Alexander Baldeck 2024-08-19 16:53:10 +02:00
parent 353e75555d
commit 0669104086
3 changed files with 24 additions and 3 deletions

16
libstaroffice/.SRCINFO Normal file
View File

@ -0,0 +1,16 @@
pkgbase = libstaroffice
pkgdesc = filter for old StarOffice documents(.sdc, .sdw, ...) based on librevenge
pkgver = 0.0.7
pkgrel = 3
url = https://github.com/fosnola/libstaroffice
arch = x86_64
license = LGPL-2.1-or-later OR MPL-2.0
makedepends = doxygen
depends = librevenge
depends = zlib
depends = gcc-libs
depends = glibc
source = https://github.com/fosnola/libstaroffice/releases/download/0.0.7/libstaroffice-0.0.7.tar.xz
sha256sums = f94fb0ad8216f97127bedef163a45886b43c62deac5e5b0f5e628e234220c8db
pkgname = libstaroffice

View File

@ -0,0 +1,5 @@
[libstaroffice]
source = "github"
github = "fosnola/libstaroffice"
use_max_tag = true
#prefix = "v"

View File

@ -4,12 +4,12 @@
pkgname=libstaroffice
pkgver=0.0.7
pkgrel=2
pkgrel=3
pkgdesc="filter for old StarOffice documents(.sdc, .sdw, ...) based on librevenge"
url="https://github.com/fosnola/libstaroffice"
arch=(x86_64 powerpc64le riscv64)
license=('MPL2' 'LGPL2.1')
depends=('librevenge')
license=('LGPL-2.1-or-later OR MPL-2.0')
depends=('librevenge' 'zlib' 'gcc-libs' 'glibc')
makedepends=('doxygen')
source=(https://github.com/fosnola/$pkgname/releases/download/$pkgver/libstaroffice-$pkgver.tar.xz)
sha256sums=('f94fb0ad8216f97127bedef163a45886b43c62deac5e5b0f5e628e234220c8db')