summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a68e3b0b26b..027a4cbf2abc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
set -u
pkgname='buku-git'
_pkgname="${pkgname%-git}"
-pkgver=4.2.2.r15.g2c577a9
+pkgver=4.8.r7.gdb054e1
pkgrel=1
pkgdesc='Powerful command-line bookmark manager.'
arch=('any')
url='https://github.com/jarun/Buku'
license=('GPL3')
-depends=('python' 'python-beautifulsoup4' 'python-cryptography' 'python-urllib3' 'python-certifi' 'python-html5lib')
+depends=('python>=3.9' 'python-beautifulsoup4' 'python-cryptography' 'python-urllib3' 'python-certifi' 'python-html5lib')
makedepends=('make')
makedepends+=('git')
provides=("buku=${pkgver%%.r*}")