summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2022-03-09 12:03:21 -0700
committerBrian Bidulock2022-03-09 12:03:21 -0700
commit1ac60c40ad2cced57195e10a5065b3c8b4d55f37 (patch)
treef3a62253e987665c9f102fb439dab8a309080a60
parent6193f6a03f34912c66032f7e060244d6194ba8ab (diff)
downloadaur-1ac60c40ad2cced57195e10a5065b3c8b4d55f37.tar.gz
handle libxml2 change
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cef7a50a8104..23c69d23be3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-doc-utils
pkgdesc = Documentation utilities for Gnome
pkgver = 0.20.10+16+gc03cc09
- pkgrel = 2
+ pkgrel = 3
url = https://www.gnome.org
arch = any
license = GPL
@@ -9,12 +9,10 @@ pkgbase = gnome-doc-utils
makedepends = intltool
makedepends = gnome-common
makedepends = git
- depends = libxslt
- depends = python2
depends = docbook-xml
depends = rarian
+ depends = python2-libxml2
source = git+https://git.gnome.org/browse/gnome-doc-utils#commit=c03cc0963996934e03587af3e351c2bb9dab6b2a
sha256sums = SKIP
pkgname = gnome-doc-utils
-
diff --git a/PKGBUILD b/PKGBUILD
index 1f2acfe96244..2a2013effb0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Jan de Groot <jgc@archlinux.org>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-doc-utils
pkgver=0.20.10+16+gc03cc09
-pkgrel=2
+pkgrel=3
pkgdesc="Documentation utilities for Gnome"
arch=('any')
license=('GPL' 'LGPL')
-depends=('libxslt' 'python2' 'docbook-xml' 'rarian')
-makedepends=('intltool' gnome-common git)
+depends=(docbook-xml rarian python2-libxml2)
+makedepends=(intltool gnome-common git)
url="https://www.gnome.org"
_commit=c03cc0963996934e03587af3e351c2bb9dab6b2a # master
source=("git+https://git.gnome.org/browse/gnome-doc-utils#commit=$_commit")