diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-16 08:14:56 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-16 08:14:56 +0100 |
commit | 2088fe1600047a8fa8662e6a879f3dbb71a2159e (patch) | |
tree | 7140261af79d3e2537ff479e7aafe31122cf0052 /libre/qutebrowser | |
parent | 0c5b0a7d144e6fd77f31a4d2a630dbbdc24e83fc (diff) | |
download | abslibre-2088fe1600047a8fa8662e6a879f3dbb71a2159e.tar.gz abslibre-2088fe1600047a8fa8662e6a879f3dbb71a2159e.tar.bz2 abslibre-2088fe1600047a8fa8662e6a879f3dbb71a2159e.zip |
libre/qutebrowser: updated to 1.1.0
Diffstat (limited to 'libre/qutebrowser')
-rw-r--r-- | libre/qutebrowser/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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) <archlinux.org@the-compiler.org> 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} } |