summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2018-09-29 18:21:26 +0900
committerQue Quotion2018-09-29 18:21:26 +0900
commitc4d4f9a385d04adb91d38d2d0e7844c3c8dd2c58 (patch)
treea998b89f817e674c54b1742b25190f5f5e2630fe
parentbb40ea3e083c6e363234e498d72ef50a35ecba56 (diff)
downloadaur-c4d4f9a385d04adb91d38d2d0e7844c3c8dd2c58.tar.gz
remove libhttpseverywhere; but why?
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 326964aed647..9b0f5ff6bdf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = epiphany-pantheon
pkgdesc = GNOME web browser based on the WebKit rendering engine (with elementary OS patches)
pkgver = 3.28.0.1+1ubuntu1+r21.dbc305d50
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/GNOME/epiphany/
arch = i686
arch = x86_64
@@ -18,7 +18,6 @@ pkgbase = epiphany-pantheon
makedepends = git
depends = webkit2gtk>=2.19.4
depends = gcr
- depends = libhttpseverywhere
depends = libdazzle
depends = gst-libav
provides = epiphany=3.28.0.1+1ubuntu1+r21.dbc305d50
diff --git a/PKGBUILD b/PKGBUILD
index 0e3c66bd8520..62cdc6f7c860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=epiphany-pantheon
pkgver=3.28.0.1+1ubuntu1+r21.dbc305d50
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME web browser based on the WebKit rendering engine (with elementary OS patches)"
url="https://gitlab.gnome.org/GNOME/epiphany/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('webkit2gtk>=2.19.4' gcr libhttpseverywhere libdazzle gst-libav)
+depends=('webkit2gtk>=2.19.4' gcr libdazzle gst-libav)
makedepends=(meson docbook-xml startup-notification lsb-release
gobject-introspection yelp-tools autoconf-archive appstream-glib git)
groups=(pantheon)
@@ -30,7 +30,7 @@ pkgver() {
build() {
cd "os-patches"
[ -d build ] && rm -rf build
- arch-meson build -Denable_https_everywhere=true
+ arch-meson build
ninja -C build
}