Browse Source
desktop/buku: Updated for version 4.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/182/head
Andrew Clemons
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
desktop/buku/buku.SlackBuild
-
desktop/buku/buku.info
|
|
@ -3,7 +3,7 @@ |
|
|
|
# Slackware build script for buku. |
|
|
|
# |
|
|
|
# Copyright 2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. |
|
|
|
# Copyright 2019-2020 Andrew Clemons, Wellington New Zealand |
|
|
|
# Copyright 2019-2021 Andrew Clemons, Wellington New Zealand |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=buku |
|
|
|
VERSION=${VERSION:-4.5} |
|
|
|
VERSION=${VERSION:-4.6} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="buku" |
|
|
|
VERSION="4.5" |
|
|
|
VERSION="4.6" |
|
|
|
HOMEPAGE="https://github.com/jarun/buku" |
|
|
|
DOWNLOAD="https://github.com/jarun/buku/archive/v4.5/buku-4.5.tar.gz" |
|
|
|
MD5SUM="efbe08f2bef0725c20fb236d673a03ed" |
|
|
|
DOWNLOAD="https://github.com/jarun/buku/archive/v4.6/buku-4.6.tar.gz" |
|
|
|
MD5SUM="cf9a5ffcf95b65bc51877fbef351afc9" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="BeautifulSoup4 cryptography html5lib" |
|
|
|