summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a913108de289..8e298707a9b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webkitgtk
pkgdesc = Legacy Web content engine
pkgver = 2.4.11
- pkgrel = 13
+ pkgrel = 14
epoch = 3
url = https://webkitgtk.org/
install = webkitgtk.install
diff --git a/PKGBUILD b/PKGBUILD
index 3638dc449f00..ef8a41362d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=webkitgtk
pkgname=(webkitgtk webkitgtk2)
epoch=3
pkgver=2.4.11
-pkgrel=13
+pkgrel=14
pkgdesc="Legacy Web content engine"
arch=(i686 x86_64 armv7h)
url="https://webkitgtk.org/"
@@ -40,6 +40,9 @@ prepare() {
patch -Np1 -i ../enchant-2.x.patch
# https://www.archlinux.org/todo/enchant-221-rebuild/
patch -Np1 -i ../pkgconfig-enchant-2.patch
+
+ # needed as autotools-related files are patched
+ autoreconf -ifv
}
_build() (