[arch-commits] Commit in epiphany/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Dec 16 23:41:01 UTC 2021


    Date: Thursday, December 16, 2021 @ 23:41:01
  Author: heftig
Revision: 432621

41.2-1

Modified:
  epiphany/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-16 23:40:59 UTC (rev 432620)
+++ PKGBUILD	2021-12-16 23:41:01 UTC (rev 432621)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany
-pkgver=41.0
+pkgver=41.2
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web"
@@ -13,13 +13,13 @@
              yelp-tools git meson)
 checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko)
 groups=(gnome)
-_commit=d8163fa7ea74b2be14da9d4217e9d3e0c41cdb2a  # tags/41.0^0
+_commit=f358b166ad54d13d7045935dcaa12d08d8ab3677  # tags/41.2^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list