summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuckz@protonmail.ch2021-04-26 02:06:41 -0600
committerDuckz@protonmail.ch2021-04-26 02:06:41 -0600
commit33de9d1f2eddf643d61857707147cf08df3651f1 (patch)
tree4b89e6b487abdc58fb8a88e9c1eee6b3f428141d
parent9344e0ce3916394d5d8bd2c6341fd824472ddf4b (diff)
downloadaur-33de9d1f2eddf643d61857707147cf08df3651f1.tar.gz
now has the righ dependencies & updated to new ver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 302f14d487d9..b388abaf31e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = lightnovel-crawler-bin
pkgdesc = An app to download novels from online sources and generate e-books.
- pkgver = v2.24.5
+ pkgver = v2.25.1
pkgrel = 1
url = https://github.com/dipu-bd/lightnovel-crawler.git
arch = any
license = Apache
- makedepends = git
- depends = python
+ depends = zlib
optdepends = calibre: Output suport for docx, mobi, pdf, rtf, azw3, txt, fb2, lit, lrf, oeb, pdb, rb, snb, tcr
provides = lncrawl
conflicts = lncrawl
- source = https://github.com/dipu-bd/lightnovel-crawler/releases/download/v2.24.5/lncrawl
+ source = https://github.com/dipu-bd/lightnovel-crawler/releases/download/v2.25.1/lncrawl
md5sums = SKIP
sha1sums = SKIP
sha256sums = SKIP
pkgname = lightnovel-crawler-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index 4e306296ad64..8a20bcb2f522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Robert Manning <duckz@protonmail.ch>
pkgname=lightnovel-crawler-bin
-pkgver=v2.24.5
+pkgver=v2.25.1
pkgrel=1
pkgdesc="An app to download novels from online sources and generate e-books."
arch=('any')
url="https://github.com/dipu-bd/lightnovel-crawler.git"
license=('Apache')
-depends=(python)
-makedepends=(git)
+depends=(zlib)
optdepends=('calibre: Output suport for docx, mobi, pdf, rtf, azw3, txt, fb2, lit, lrf, oeb, pdb, rb, snb, tcr')
provides=(lncrawl)
conflicts=(lncrawl)
@@ -19,11 +18,6 @@ md5sums=('SKIP')
sha1sums=('SKIP')
sha256sums=('SKIP')
-pkgver() {
- curl --silent "https://api.github.com/repos/dipu-bd/lightnovel-crawler/releases/latest" |\
- grep '"tag_name":' |\
- sed -E 's/.*"([^"]+)".*/\1/'
-}
package() {
install -Dm755 lncrawl ${pkgdir}/usr/bin/lncrawl
}