diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-09-18 19:41:42 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-09-18 19:41:42 -0500 |
commit | 447fea08ac6e3237dc0c3a16bf11ea8ca42a2479 (patch) | |
tree | 08b3be8e762873a88d375bb216e2986148b30625 /libre/qutebrowser/PKGBUILD | |
parent | 0d498b54f39c7429cfc80d46d7d8fea58e72c6dd (diff) | |
download | abslibre-447fea08ac6e3237dc0c3a16bf11ea8ca42a2479.tar.gz abslibre-447fea08ac6e3237dc0c3a16bf11ea8ca42a2479.tar.bz2 abslibre-447fea08ac6e3237dc0c3a16bf11ea8ca42a2479.zip |
qutebrowser-0.11.0-2.parabola1: updating version
Diffstat (limited to 'libre/qutebrowser/PKGBUILD')
-rw-r--r-- | libre/qutebrowser/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/qutebrowser/PKGBUILD b/libre/qutebrowser/PKGBUILD index c9dcd6859..5b7b60638 100644 --- a/libre/qutebrowser/PKGBUILD +++ b/libre/qutebrowser/PKGBUILD @@ -1,10 +1,11 @@ # Maintainer (Arch): Pierre Neidhardt <ambrevar@gmail.com> # Contributor (Arch): Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org> -# Maintainer: André Silva <emulatorman@hyperbola.info> +# Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=qutebrowser -pkgver=0.10.1 -pkgrel=1.parabola1 +pkgver=0.11.0 +pkgrel=2.parabola1 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit, without nonfree qt5-webengine recommendation" arch=("any") url="http://www.qutebrowser.org/" @@ -25,7 +26,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=('57f4915f0f2b1509f3aa1cb9c47117fdaad35b4c895e9223c4eb0a6e8af51917' +sha256sums=('dbb7de2d54f3849b03db11c2417a725ab8bf26a8f7f48bfa36ad852a8de9308e' 'SKIP') build() { |