summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d34a0a651650..1fd323cffcdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bookmenu-git
pkgdesc = Command line utility to browse and download ebooks from LibGen, using the InterPlanetary File System.
- pkgver = r138.e8f8109
- pkgrel = 2
+ pkgver = r165.e6947cf
+ pkgrel = 1
url = https://github.com/kusky3/bookmenu
arch = any
license = GPL3
makedepends = git
- depends = viu
+ depends = chafa
depends = wget
provides = bookmenu
conflicts = bookmenu
diff --git a/PKGBUILD b/PKGBUILD
index b03659f07219..604f379c72c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: thaliarchos <thaliarchos at protonmail dot com>
pkgname=bookmenu-git
-pkgver=r138.e8f8109
-pkgrel=2
+pkgver=r165.e6947cf
+pkgrel=1
pkgdesc="Command line utility to browse and download ebooks from LibGen, using the InterPlanetary File System."
arch=('any')
url="https://github.com/kusky3/bookmenu"
license=('GPL3')
-depends=('viu' 'wget')
+depends=('chafa' 'wget')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")