summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad63b3474a72..d8b559149ba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
_pkgname=epiphany
pkgname=$_pkgname-unstable
-pkgver=3.23.2.1
+pkgver=3.23.3
pkgrel=1
pkgdesc="A GNOME web browser based on the WebKit rendering engine (unstable version)"
arch=('i686' 'x86_64')
url="https://wiki.gnome.org/Apps/Web"
license=('GPL3')
groups=('gnome')
-depends=(libhttpseverywhere webkit2gtk gcr gnome-desktop)
+depends=(webkit2gtk gcr gnome-desktop)
makedepends=(intltool itstool docbook-xml startup-notification
gobject-introspection yelp-tools autoconf-archive
appstream-glib)
source=(https://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz)
-md5sums=('f2a16f7a8ded0c12ebe9ff5d4cfb9eb5')
-provides=("$_pkgname=$pkgver")
+md5sums=('69f05e28e85da1310f707f6ad865c56f')
+provides=("$_pkgname")
conflicts=("$_pkgname")
build() {