* update libepubgen to 0.1.1-5
This commit is contained in:
parent
4163e8231f
commit
9f1102d78e
19
libepubgen/.SRCINFO
Normal file
19
libepubgen/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
||||
pkgbase = libepubgen
|
||||
pkgdesc = an EPUB generator for librevenge
|
||||
pkgver = 0.1.1
|
||||
pkgrel = 5
|
||||
url = https://sourceforge.net/projects/libepubgen/
|
||||
arch = x86_64
|
||||
license = MPL-2.0
|
||||
makedepends = boost
|
||||
makedepends = cppunit
|
||||
makedepends = doxygen
|
||||
makedepends = libxml2
|
||||
depends = librevenge
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
source = https://sourceforge.net/projects/libepubgen/files/libepubgen-0.1.1/libepubgen-0.1.1.tar.xz
|
||||
sha1sums = 48e81c60e173552fce77ce3b414e68b7d52a5301
|
||||
sha256sums = 03e084b994cbeffc8c3dd13303b2cb805f44d8f2c3b79f7690d7e3fc7f6215ad
|
||||
|
||||
pkgname = libepubgen
|
6
libepubgen/.nvchecker.toml
Normal file
6
libepubgen/.nvchecker.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[libepubgen]
|
||||
source = "git"
|
||||
git = "https://git.code.sf.net/p/libepubgen/code"
|
||||
|
||||
use_max_tag = true
|
||||
prefix = "libepubgen-"
|
@ -3,14 +3,13 @@
|
||||
|
||||
pkgname=libepubgen
|
||||
pkgver=0.1.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="an EPUB generator for librevenge"
|
||||
arch=(x86_64 powerpc64le riscv64)
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://sourceforge.net/projects/libepubgen/"
|
||||
license=('MPL2')
|
||||
depends=('librevenge')
|
||||
license=('MPL-2.0')
|
||||
depends=('librevenge' 'gcc-libs' 'glibc')
|
||||
makedepends=('boost' 'cppunit' 'doxygen' 'libxml2')
|
||||
options=('debug')
|
||||
source=("https://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('48e81c60e173552fce77ce3b414e68b7d52a5301')
|
||||
sha256sums=('03e084b994cbeffc8c3dd13303b2cb805f44d8f2c3b79f7690d7e3fc7f6215ad')
|
||||
|
Loading…
x
Reference in New Issue
Block a user