From 2088fe1600047a8fa8662e6a879f3dbb71a2159e Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Tue, 16 Jan 2018 08:14:56 +0100 Subject: libre/qutebrowser: updated to 1.1.0 --- libre/qutebrowser/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libre/qutebrowser') diff --git a/libre/qutebrowser/PKGBUILD b/libre/qutebrowser/PKGBUILD index 069a9d6ad..8d0700af2 100644 --- a/libre/qutebrowser/PKGBUILD +++ b/libre/qutebrowser/PKGBUILD @@ -4,7 +4,7 @@ # Contributor (Arch): Florian Bruhin (The Compiler) pkgname=qutebrowser -pkgver=1.0.4 +pkgver=1.1.0 pkgrel=1.parabola1 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit, without nonfree qt5-webengine recommendation" arch=("any") @@ -24,7 +24,7 @@ source=( "https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz" "https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc") validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072") -sha256sums=('79d2c1bb3372ff1f08b88e22ae0581ff1de67b3b818e896bac6e9190f2cb1f7d' +sha256sums=('24e59f9901e635beac82563c10067f1b6bb78bd936e3954f2862873c55f902f0' 'SKIP') build() { @@ -50,5 +50,5 @@ package() { # TODO: When next release of Qutebrowser comes with a Makefile, use it instead # of installing scripts manually. install -Dm755 -t "$pkgdir/usr/share/qutebrowser/scripts/" \ - scripts/{importer.py,install_dict.py,keytester.py,open_url_in_instance.sh,testbrowser.py,utils.py} + scripts/{importer.py,dictcli.py,keytester.py,open_url_in_instance.sh,utils.py} } -- cgit v1.2.3