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

Jan Steffens heftig at gemini.archlinux.org
Mon Nov 15 16:41:22 UTC 2021


    Date: Monday, November 15, 2021 @ 16:41:22
  Author: heftig
Revision: 428537

41.1-1

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-15 16:28:53 UTC (rev 428536)
+++ PKGBUILD	2021-11-15 16:41:22 UTC (rev 428537)
@@ -3,8 +3,8 @@
 
 pkgbase=cheese
 pkgname=(cheese libcheese)
-pkgver=41.0
-pkgrel=2
+pkgver=41.1
+pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese"
 arch=(x86_64)
@@ -13,17 +13,18 @@
          libcanberra librsvg gnome-desktop libgudev dconf gnome-video-effects)
 makedepends=(gobject-introspection vala git appstream-glib meson yelp-tools)
 checkdepends=(xorg-server-xvfb)
-_commit=92ef18589eb10fab08f0806846c66d1e1383c78d  # tags/41.0^0
+_commit=7fc2ed5cc4f52ff8e3199e491f72e4aa59fdf373  # gnome-41
 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd cheese
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
   cd cheese
+  git tag -f 41.1 7fc2ed5cc4f52ff8e3199e491f72e4aa59fdf373  # Fixup missing tag
 }
 
 build() {



More information about the arch-commits mailing list