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

Jan Steffens heftig at gemini.archlinux.org
Mon Oct 4 18:45:21 UTC 2021


    Date: Monday, October 4, 2021 @ 18:45:20
  Author: heftig
Revision: 425106

41.0-1

Modified:
  yelp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 18:45:09 UTC (rev 425105)
+++ PKGBUILD	2021-10-04 18:45:20 UTC (rev 425106)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=yelp-tools
-pkgver=40.0
+pkgver=41.0
 pkgrel=1
 pkgdesc="Collection of tools for building and converting documentation"
 url="https://gitlab.gnome.org/GNOME/yelp-tools"
@@ -10,7 +10,7 @@
 depends=(yelp-xsl python-lxml itstool libxml2 docbook-xsl mallard-ducktype)
 makedepends=(git meson)
 license=(GPL)
-_commit=00297c603474c28c757da82732e70e23dc6c0e2d  # tags/40.0^0
+_commit=6a68991ff8fe7dc1f97dd8479fc44316f0ded89b  # tags/41.0^0
 source=("git+https://gitlab.gnome.org/GNOME/yelp-tools.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -33,5 +33,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list