summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edc62fb1ad75..2ec6475be0d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = epiphany-unstable
pkgdesc = A GNOME web browser based on the WebKit rendering engine (unstable version)
- pkgver = 3.23.1.1
+ pkgver = 3.23.1.2
pkgrel = 1
url = https://wiki.gnome.org/Apps/Web
arch = i686
@@ -23,11 +23,11 @@ pkgbase = epiphany-unstable
depends = gnome-desktop
depends = libwnck3
depends = gnome-themes-standard
- provides = epiphany=3.23.1.1
+ provides = epiphany=3.23.1.2
conflicts = epiphany
replaces = epiphany
- source = http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.23/epiphany-3.23.1.1.tar.xz
- md5sums = 5f6b679c3a8f978ca31360693839d420
+ source = http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.23/epiphany-3.23.1.2.tar.xz
+ md5sums = 4579058e42f0d1cce64f0e9c7b1ec81c
pkgname = epiphany-unstable
diff --git a/PKGBUILD b/PKGBUILD
index be2c13b11f01..c785b08048eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=epiphany
pkgname=$_pkgname-unstable
-pkgver=3.23.1.1
+pkgver=3.23.1.2
pkgrel=1
pkgdesc="A GNOME web browser based on the WebKit rendering engine (unstable version)"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=(libhttpseverywhere libsoup libnotify webkit2gtk nss iso-codes
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=('5f6b679c3a8f978ca31360693839d420')
+md5sums=('4579058e42f0d1cce64f0e9c7b1ec81c')
replaces=("$_pkgname")
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")