summaryrefslogtreecommitdiff
path: root/qtwebkit/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-04-13 23:23:13 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-04-13 23:25:01 +1000
commit0047b5d0a7ba5f2c6c4b3e1d6ece31a85516060b (patch)
tree87a7f5e86ffeb29a320ce2f03343970424b8c9d6 /qtwebkit/Pkgfile
parent2771d8821038ff5b190cad6c5392e0aa53ab6bb4 (diff)
downloadopt-0047b5d0a7ba5f2c6c4b3e1d6ece31a85516060b.tar.gz
opt-0047b5d0a7ba5f2c6c4b3e1d6ece31a85516060b.tar.xz
qtwebkit: 5.212.0.a3 -> 5.212.0.a4
Diffstat (limited to 'qtwebkit/Pkgfile')
-rw-r--r--qtwebkit/Pkgfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/qtwebkit/Pkgfile b/qtwebkit/Pkgfile
index 7b8889c11..3fb1587c4 100644
--- a/qtwebkit/Pkgfile
+++ b/qtwebkit/Pkgfile
@@ -1,20 +1,17 @@
# Description: QtWebKit for qt5.
# URL: https://www.qt.io/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Depends on: qt5 ruby icu hyphen
+# Depends on: hyphen icu qt5 ruby libxslt
name=qtwebkit
-version=5.212.0.a3
+version=5.212.0.a4
_version=${version/.a/-alpha}
release=2
-source=(https://github.com/annulen/webkit/releases/download/$name-$_version/$name-$_version.tar.xz
- icu65.patch)
+source=(https://github.com/annulen/webkit/releases/download/$name-$_version/$name-$_version.tar.xz)
build() {
cd $name-$_version
- patch -p1 -i $SRC/icu65.patch
-
install -d build
cd build

Generated by cgit