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

Jan Steffens heftig at gemini.archlinux.org
Tue Feb 8 04:07:05 UTC 2022


    Date: Tuesday, February 8, 2022 @ 04:07:05
  Author: heftig
Revision: 436454

1.70.1-1

Modified:
  gjs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 23:51:07 UTC (rev 436453)
+++ PKGBUILD	2022-02-08 04:07:05 UTC (rev 436454)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gjs
-pkgver=1.70.0
-pkgrel=3
+pkgver=1.70.1
+pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs"
@@ -14,13 +14,13 @@
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=da5d5fe74469c799de80117758d79ad694d1116a  # tags/1.70.0^0
+_commit=f17afbffec385030c1b47dab992f7e08232fea50  # tags/1.70.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd gjs
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list