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

Jan Steffens heftig at archlinux.org
Mon Oct 30 19:31:10 UTC 2017


    Date: Monday, October 30, 2017 @ 19:31:09
  Author: heftig
Revision: 308690

3.18.0+1+g193c2bd-2: Add docbook-xsl dep to ensure we don't download resources unnecessarily

Modified:
  yelp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-30 19:22:26 UTC (rev 308689)
+++ PKGBUILD	2017-10-30 19:31:09 UTC (rev 308690)
@@ -4,15 +4,15 @@
 
 pkgname=yelp-tools
 pkgver=3.18.0+1+g193c2bd
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of tools for building and converting documentation"
 url="https://git.gnome.org/browse/yelp-tools"
 arch=(any)
-depends=(yelp-xsl libxslt libxml2 itstool)
+depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl)
 makedepends=(git)
 license=(GPL)
-_commit=193c2bd0b4d9e80344184e3f14b21c4a5296701c
-source=("git://git.gnome.org/yelp-tools#commit=$_commit")
+_commit=193c2bd0b4d9e80344184e3f14b21c4a5296701c  # master~5
+source=("git+https://git.gnome.org/browse/yelp-tools#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {



More information about the arch-commits mailing list