Date: Monday, October 22, 2018 @ 04:48:26
  Author: heftig
Revision: 336966

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/PKGBUILD
    (from rev 336965, epiphany/trunk/PKGBUILD)
Deleted:
  epiphany/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-10-22 04:48:13 UTC (rev 336965)
+++ PKGBUILD    2018-10-22 04:48:26 UTC (rev 336966)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Maintainer: Jan de Groot <j...@archlinux.org>
-
-pkgname=epiphany
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web";
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr icu libdazzle)
-makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
-             appstream-glib git meson)
-checkdepends=(xorg-server-xvfb)
-groups=(gnome)
-_commit=160d3435ff7ddbe02c67f743dbe171c37afcf4da  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
-    -D distributor_name="Arch Linux®"
-  ninja -C build
-}
-
-check() {
-  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
-  xvfb-run meson test -C build || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 336965, 
epiphany/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-10-22 04:48:26 UTC (rev 336966)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=epiphany
+pkgver=3.30.2
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr icu libdazzle)
+makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
+             appstream-glib git meson)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+_commit=104c003f5da64346de8199c86ada6a104d7869c1  # tags/3.30.2^0
+source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+    -D distributor_name="Arch Linux®"
+  ninja -C build
+}
+
+check() {
+  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
+  xvfb-run meson test -C build || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Reply via email to