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

Antonio Rojas arojas at archlinux.org
Tue Jan 16 18:37:02 UTC 2018


    Date: Tuesday, January 16, 2018 @ 18:37:01
  Author: arojas
Revision: 283502

Update to 2.2.4

Modified:
  qupzilla/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-16 18:36:31 UTC (rev 283501)
+++ PKGBUILD	2018-01-16 18:37:01 UTC (rev 283502)
@@ -3,8 +3,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qupzilla
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.2.4
+pkgrel=1
 pkgdesc="Cross-platform QtWebEngine browser"
 arch=(x86_64)
 url="https://www.qupzilla.com/"
@@ -12,16 +12,9 @@
 depends=(qt5-webengine qt5-x11extras qt5-svg)
 makedepends=(qt5-tools kwallet libgnome-keyring)
 optdepends=('kwallet: kf5 kwallet integration' 'libgnome-keyring: gnome keyring integration')
-source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz
-        qupzilla-tab-loading.patch::"https://github.com/QupZilla/qupzilla/commit/b5ab2747.patch")
-sha256sums=('76f4aa19ef3877b68a6b38a6fb460caae4d2d13361412e986366b4907ce16c72'
-            'feeb2c3249dbce225d424bb91b8ed015e0465a2a41541a9e0954b5b498f2438e')
+source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz)
+sha256sums=('a5c7d591d5a9028052d1a3fb3536c716fcfbe4e1675af38b1a06b8fab977314c')
 
-prepare() {
-  cd QupZilla-$pkgver
-  patch -p1 -i ../qupzilla-tab-loading.patch # Fix tab loading animation with Qt 5.10
-}
-
 build() {
   cd QupZilla-$pkgver
   export USE_WEBGL=true \



More information about the arch-commits mailing list