summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author100best2016-10-26 19:59:48 -0700
committer100best2016-10-26 19:59:48 -0700
commitd26c99dd04b59569390f2edee3ab81d58cf10069 (patch)
treebf2c0adbf26269208d9727a923801e1afee93ed6
parent6cb1c29afbf56d05b069f3fa03fe831edf1fa84e (diff)
downloadaur-d26c99dd04b59569390f2edee3ab81d58cf10069.tar.gz
version 3.23.1.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 164bdc90a836..edc62fb1ad75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = epiphany-unstable
pkgdesc = A GNOME web browser based on the WebKit rendering engine (unstable version)
- pkgver = 3.22.0
+ pkgver = 3.23.1.1
pkgrel = 1
url = https://wiki.gnome.org/Apps/Web
arch = i686
arch = x86_64
groups = gnome
- license = GPL
+ license = GPL3
makedepends = intltool
makedepends = itstool
makedepends = docbook-xml
makedepends = startup-notification
makedepends = gobject-introspection
+ depends = libhttpseverywhere
depends = libsoup
depends = libnotify
- depends = gsettings-desktop-schemas
depends = webkit2gtk
depends = nss
depends = iso-codes
@@ -23,11 +23,11 @@ pkgbase = epiphany-unstable
depends = gnome-desktop
depends = libwnck3
depends = gnome-themes-standard
- provides = epiphany=3.22.0
+ provides = epiphany=3.23.1.1
conflicts = epiphany
replaces = epiphany
- source = http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.22/epiphany-3.22.0.tar.xz
- md5sums = 8cc2aaca0d4571d8a09f0d7d86fe6517
+ source = http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.23/epiphany-3.23.1.1.tar.xz
+ md5sums = 5f6b679c3a8f978ca31360693839d420
pkgname = epiphany-unstable
diff --git a/PKGBUILD b/PKGBUILD
index 95a21e861abf..be2c13b11f01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: 100best <jm.100best@hotmail.com>
_pkgname=epiphany
-pkgname=epiphany-unstable
-pkgver=3.22.0
+pkgname=$_pkgname-unstable
+pkgver=3.23.1.1
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=('GPL')
+license=('GPL3')
groups=('gnome')
-depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes
+depends=(libhttpseverywhere libsoup libnotify webkit2gtk nss iso-codes
dconf gcr gnome-desktop libwnck3 gnome-themes-standard)
makedepends=(intltool itstool docbook-xml startup-notification
gobject-introspection)
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz)
-md5sums=('8cc2aaca0d4571d8a09f0d7d86fe6517')
+md5sums=('5f6b679c3a8f978ca31360693839d420')
replaces=("$_pkgname")
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")