summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuckz@protonmail.ch2021-04-27 20:58:57 -0600
committerDuckz@protonmail.ch2021-04-27 20:58:57 -0600
commit9f9290345cd8138e2adf87da64850d3248f20dfe (patch)
tree324b266cea7d1eeec8c4109de6a015b28863b8d6
parent5f2e5bb1cb6d4b8d63196191b78e7b045aee0405 (diff)
downloadaur-9f9290345cd8138e2adf87da64850d3248f20dfe.tar.gz
fixed wronng updated not installing
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c21fcdf5617..fdc37f527adc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lightnovel-crawler-bin
pkgdesc = An app to download novels from online sources and generate e-books.
pkgver = v2.25.1
- pkgrel = 4
+ pkgrel = 3
url = https://github.com/dipu-bd/lightnovel-crawler.git
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index c200a5260a5e..aaf1836ed146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,11 @@
# Maintainer: Robert Manning <duckz@protonmail.ch>
+ mv ${startdir}/lncrawl ${startdir}/lncrawl-old
+
pkgname=lightnovel-crawler-bin
pkgver=v2.25.1
-pkgrel=4
+# pkgver=v2.24.5
+pkgrel=3
pkgdesc="An app to download novels from online sources and generate e-books."
arch=('any')
url="https://github.com/dipu-bd/lightnovel-crawler.git"
@@ -18,6 +21,13 @@ md5sums=('bbc464d4461315f0c57c1630f8b93767')
sha1sums=('6ae2c514033976434dad47ac44af89c77b8a6293')
sha256sums=('deea716726839311ff6af8b3e294ed8ba090a19f7dbf676dc8555ccf6d27d7a5')
+
+
+
+prepare() {
+ mv ${startdir}/lncrawl ${startdir}/lncrawl-$pkgver
+}
+
package() {
- install -Dm755 lncrawl ${pkgdir}/usr/bin/lncrawl
+ install -Dm755 ${startdir}/lncrawl-$pkgver ${pkgdir}/usr/bin/lncrawl
}