network/qutebrowser: Updated for version 1.3.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Woodfall 2018-05-14 15:02:18 +01:00 committed by David Spencer
parent d0e41b1b3a
commit e2e59ebb63
3 changed files with 11 additions and 5 deletions

View File

@ -18,3 +18,9 @@ PYTHON3=yes ./MarkupSafe.SlackBuild
If you are using sbopkg you can add those as options on their
pages before starting the build queue.
NOTE 2:
There is a list of changes and fixes for versions on the release page:
https://github.com/qutebrowser/qutebrowser/releases

View File

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qutebrowser
VERSION=${VERSION:-1.2.1}
VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,7 +68,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make -f misc/Makefile install DESTDIR=$PKG
make -f misc/Makefile install DESTDIR=$PKG PREFIX=/usr
find $PKG -name \*\.opt-1.pyc -exec rm -f {} \;

View File

@ -1,8 +1,8 @@
PRGNAM="qutebrowser"
VERSION="1.2.1"
VERSION="1.3.0"
HOMEPAGE="http://qutebrowser.org/"
DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v1.2.1/qutebrowser-1.2.1.tar.gz"
MD5SUM="a59cf8948d721e17d281ec016d589a5c"
DOWNLOAD="https://github.com/qutebrowser/qutebrowser/archive/v1.3.0/qutebrowser-1.3.0.tar.gz"
MD5SUM="de88e0c9e21a4b67562982021f61e988"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-attrs python3-PyYAML python3-Pygments python3-Jinja2 pyPEG2 python3-PyQt5"