Update to v0.2.0

This commit is contained in:
Hauke Stieler 2024-07-28 15:08:08 +02:00
parent 41d68169ea
commit 5647605d59
No known key found for this signature in database
GPG key ID: 1C242A9080C2A8F0
2 changed files with 11 additions and 9 deletions

View file

@ -1,16 +1,16 @@
pkgbase = wiki2book
pkgdesc = Wiki2book is a CLI tool to convert one or multiple Wikipedia articles into an eBook.
pkgver = 0.1.1
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/hauke96/wiki2book
arch = any
license = GPL-3.0
makedepends = go>=1.20
depends = pandoc
makedepends = go>=1.21
depends = imagemagick
optdepends = ttf-dejavu: Font used in the default style
provides = wiki2book=0.1.1
source = git+https://github.com/hauke96/wiki2book#tag=v0.1.1
optdepends = pandoc: Used as one possible way to create EPUB files
provides = wiki2book=0.2.0
source = git+https://github.com/hauke96/wiki2book#tag=v0.2.0
sha256sums = SKIP
pkgname = wiki2book

View file

@ -1,15 +1,17 @@
# Maintainer: Hauke Stieler <mail@hauke-stieler.d>
pkgname=wiki2book
pkgver=0.1.1
pkgver=0.2.0
pkgrel=1
pkgdesc="Wiki2book is a CLI tool to convert one or multiple Wikipedia articles into an eBook."
arch=("any")
url="https://github.com/hauke96/wiki2book"
license=("GPL-3.0")
depends=("pandoc" "imagemagick")
optdepends=("ttf-dejavu: Font used in the default style")
makedepends=("go>=1.20")
depends=("imagemagick")
optdepends=(
"ttf-dejavu: Font used in the default style"
"pandoc: Used as one possible way to create EPUB files")
makedepends=("go>=1.21")
backup=()
conflicts=()
provides=("wiki2book=${pkgver}")