* update unoconv to 0.9-3
This commit is contained in:
parent
49285cbf29
commit
58c40284ba
16
unoconv/.SRCINFO
Normal file
16
unoconv/.SRCINFO
Normal 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
3
unoconv/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[unoconv]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/dagwieers/unoconv.git"
|
@ -5,10 +5,10 @@
|
|||||||
|
|
||||||
pkgname=unoconv
|
pkgname=unoconv
|
||||||
pkgver=0.9
|
pkgver=0.9
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Libreoffice-based document converter"
|
pkgdesc="Libreoffice-based document converter"
|
||||||
url="http://dag.wiee.rs/home-made/unoconv"
|
url="http://dag.wiee.rs/home-made/unoconv"
|
||||||
depends=(python libreoffice)
|
depends=(python python-setuptools libreoffice)
|
||||||
makedepends=(asciidoc git)
|
makedepends=(asciidoc git)
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user