summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e3ef2fe392..6bb0190bc56f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = gnucash-docs-git
pkgdesc = GnuCash documentation package - GIT version
- pkgver = 5.5.r0.g1d039709
- pkgrel = 2
+ pkgver = 5.5.r16.g1ccea462
+ pkgrel = 1
url = http://www.gnucash.org/docs.phtml
arch = any
- license = GPL3
- license = FDL
+ license = GPL-2.0-only OR GFDL-1.1-only
makedepends = git
- makedepends = rarian
makedepends = docbook-xsl
+ makedepends = cmake
depends = yelp
provides = gnucash-docs
conflicts = gnucash-docs
diff --git a/PKGBUILD b/PKGBUILD
index 5b7da4ee4170..e6d4cfa234e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,17 +8,18 @@
pkgname=gnucash-docs-git
_pkgname=gnucash-docs
__pkgname=Gnucash
-pkgver=5.5.r0.g1d039709
+pkgver=5.5.r16.g1ccea462
+#.r16.g1ccea462
#.r0.g1d039709
#.r22.g874ac13
-pkgrel=2
+pkgrel=1
pkgdesc="GnuCash documentation package - GIT version"
arch=('any')
url="http://www.gnucash.org/docs.phtml"
-license=('GPL3' 'FDL')
+license=('GPL-2.0-only OR GFDL-1.1-only')
depends=('yelp')
-makedepends=('git' 'rarian' 'docbook-xsl')
-# 'libtool' 'autoconf' 'automake')
+makedepends=('git' 'docbook-xsl' 'cmake')
+# 'rarian' 'libtool' 'autoconf' 'automake')
conflicts=('gnucash-docs')
provides=('gnucash-docs')
source=("$pkgname::git+https://github.com/${__pkgname}/${_pkgname}.git")