[arch-commits] Commit in qutebrowser/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Tue May 22 06:56:51 UTC 2018


    Date: Tuesday, May 22, 2018 @ 06:56:50
  Author: eschwartz
Revision: 326870

upgpkg: qutebrowser 1.3.0-1

upstream release

Modified:
  qutebrowser/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-22 06:41:45 UTC (rev 326869)
+++ PKGBUILD	2018-05-22 06:56:50 UTC (rev 326870)
@@ -2,7 +2,7 @@
 # Contributor: Florian Bruhin (The Compiler) <archlinux.org at the-compiler.org>
 
 pkgname=qutebrowser
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
@@ -23,7 +23,7 @@
 	"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=('1ce6cf2634f06d3e715c53b50e4d042ba04aa39207ec318039a2a333e2d46beb'
+sha256sums=('83cf51e934d37ac6fa686ba25878d63ba319b3e548f41f8ea2ee02d393313095'
             'SKIP')
 
 build() {
@@ -34,5 +34,5 @@
 
 package() {
 	cd "$srcdir/$pkgname-$pkgver"
-	make -f misc/Makefile DESTDIR="$pkgdir" install
+	make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
 }



More information about the arch-commits mailing list