Date: Wednesday, January 11, 2023 @ 03:59:17
  Author: heftig
Revision: 466331

3.38.1+r57+gd147e1a-1: FS#77081 resolve FTBFS

Modified:
  iagno/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-11 03:58:10 UTC (rev 466330)
+++ PKGBUILD    2023-01-11 03:59:17 UTC (rev 466331)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <[email protected]>
 
 pkgname=iagno
-pkgver=3.38.1
+pkgver=3.38.1+r57+gd147e1a
 pkgrel=1
 pkgdesc="Dominate the board in a classic version of Reversi"
 url="https://wiki.gnome.org/Apps/Iagno";
@@ -11,13 +11,14 @@
 depends=(gtk3 gsound librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=093af4aa3716cd0cf6ec6c73bd528dfeb6ea9282  # tags/3.38.1^0
+options=(debug)
+_commit=d147e1a30189716d654e9b9e9aba2112d35b7dc6  # master
 source=("git+https://gitlab.gnome.org/GNOME/iagno.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -34,5 +35,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to