[arch-commits] Commit in wkhtmltopdf/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Jun 10 12:24:21 UTC 2018
Date: Sunday, June 10, 2018 @ 12:24:20
Author: foutrelis
Revision: 342209
upgpkg: wkhtmltopdf 0.12.5-1
New upstream release.
Modified:
wkhtmltopdf/trunk/PKGBUILD
----------+
PKGBUILD | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-10 11:15:15 UTC (rev 342208)
+++ PKGBUILD 2018-06-10 12:24:20 UTC (rev 342209)
@@ -2,7 +2,7 @@
# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
pkgname=wkhtmltopdf
-pkgver=0.12.4
+pkgver=0.12.5
pkgrel=1
pkgdesc="Command line tools to render HTML into PDF and various image formats"
arch=('x86_64')
@@ -14,16 +14,8 @@
source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver")
sha256sums=('SKIP')
-prepare() {
- cd $pkgname
-
- # fix build without patched Qt
- git cherry-pick -n af95531eabb212ae16a9fb689bb25a767eb580bc
-}
-
build() {
cd $pkgname
-
qmake-qt5 wkhtmltopdf.pro
make
}
More information about the arch-commits
mailing list