summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2022-07-02 23:20:27 +0200
committerfenuks2022-07-02 23:20:27 +0200
commit60175a220153586e4f0e0674ca299f1379042086 (patch)
tree97338bfaba6a144f8bf6bdfa2408d1aab8e145bc
parent7abeba623622ea0bfe46d6db9fcb502841a330d5 (diff)
downloadaur-bukuserver.tar.gz
Update to 4.7-1
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4260051a827..bc6c2e2207ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bukuserver
pkgdesc = Powerful command-line bookmark manager. CLI and server.
- pkgver = 4.6
- pkgrel = 2
+ pkgver = 4.7
+ pkgrel = 1
url = https://github.com/jarun/Buku
arch = any
license = GPL3
@@ -34,7 +34,7 @@ pkgbase = bukuserver
depends = python-werkzeug
provides = buku
conflicts = buku
- source = bukuserver-4.6.tar.gz::https://codeload.github.com/jarun/Buku/tar.gz/v4.6
- sha256sums = 2e1968016d3856184db8ac49cdc92a6c70869f62846185f28c8c60ead0c42888
+ source = bukuserver-4.7.tar.gz::https://codeload.github.com/jarun/Buku/tar.gz/v4.7
+ sha256sums = 11d0860e66e0eea6c2ce566962ae0f8e34c76dc2317d108a4ae4e5a47097d468
pkgname = bukuserver
diff --git a/PKGBUILD b/PKGBUILD
index 962633adb7ed..3961b091e083 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Previous maintainer: Ben Oliver <ben@bfoliver.com>
pkgname=bukuserver
-pkgver=4.6
-pkgrel=2
+pkgver=4.7
+pkgrel=1
pkgdesc="Powerful command-line bookmark manager. CLI and server."
arch=('any')
depends=('python' 'python-flask-reverse-proxy-fix' 'python-beautifulsoup4' 'python-cryptography' 'python-urllib3' 'python-certifi' 'python-html5lib' 'python-appdirs' 'python-arrow' 'python-cffi' 'python-click' 'python-flask-admin' 'python-flask-api' 'python-flask-bootstrap' 'python-flask-paginate' 'python-flask-wtf' 'python-idna' 'python-itsdangerous' 'python-jinja' 'python-markupsafe' 'python-packaging' 'python-pyasn1' 'python-pycparser' 'python-requests' 'python-six' 'python-werkzeug')
@@ -13,7 +13,7 @@ provides=('buku')
url="https://github.com/jarun/Buku"
license=('GPL3')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/jarun/Buku/tar.gz/v$pkgver)
-sha256sums=('2e1968016d3856184db8ac49cdc92a6c70869f62846185f28c8c60ead0c42888')
+sha256sums=('11d0860e66e0eea6c2ce566962ae0f8e34c76dc2317d108a4ae4e5a47097d468')
package() {
cd "$srcdir/buku-$pkgver"