* update unoconv to 0.9-3

This commit is contained in:
Alexander Baldeck 2024-08-15 06:20:33 +02:00
parent 49285cbf29
commit 58c40284ba
3 changed files with 21 additions and 2 deletions

16
unoconv/.SRCINFO Normal file
View File

@ -0,0 +1,16 @@
pkgbase = unoconv
pkgdesc = Libreoffice-based document converter
pkgver = 0.9
pkgrel = 3
url = http://dag.wiee.rs/home-made/unoconv
arch = any
license = GPL2
makedepends = asciidoc
makedepends = git
depends = python
depends = python-setuptools
depends = libreoffice
source = git+https://github.com/dagwieers/unoconv#commit=4cf0e54460bf27db8153951a78b3860d4f810fea
sha256sums = SKIP
pkgname = unoconv

3
unoconv/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[unoconv]
source = "git"
git = "https://github.com/dagwieers/unoconv.git"

View File

@ -5,10 +5,10 @@
pkgname=unoconv
pkgver=0.9
pkgrel=2
pkgrel=3
pkgdesc="Libreoffice-based document converter"
url="http://dag.wiee.rs/home-made/unoconv"
depends=(python libreoffice)
depends=(python python-setuptools libreoffice)
makedepends=(asciidoc git)
arch=(any)
license=(GPL2)