summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2023-06-01 20:50:16 -0400
committerChris Severance2023-06-01 20:50:16 -0400
commit7b448245d1538499078f26d21af9debfec27b517 (patch)
tree25e077807870ec27bd4ffabdec23b7729fc7886c /PKGBUILD
parent626231a6d51d37d81c4e02692cffd0b27811c56c (diff)
downloadaur-buku-git.tar.gz
autu: Update to 4.8.r7.gdb054e1-1
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*}")