summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wilper2021-03-28 15:00:11 +0200
committerSimon Wilper2021-03-28 15:00:11 +0200
commit98bb2cdcb3cd97880ae3c60dc8883b7b721920ba (patch)
tree9556370665006be814994fd21f9129d700ad86b3
parent961e242798b5a1133f314f352be096382b87dc0e (diff)
downloadaur-98bb2cdcb3cd97880ae3c60dc8883b7b721920ba.tar.gz
fix doc package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3849dc7fd08..0cfd26a6bb12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cutelyst
pkgdesc = A Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
pkgver = 2.14.2
- pkgrel = 1
+ pkgrel = 2
url = http://cutelyst.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8f67716902fe..f64ec86dd266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=cutelyst
pkgname=('cutelyst' 'cutelyst-docs')
pkgver=2.14.2
-pkgrel=1
-pkgdesc="A Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework."
+pkgrel=2
+pkgdesc='A Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.'
arch=('i686' 'x86_64')
url="http://cutelyst.org"
license=('LGPL2.1')
@@ -28,9 +28,9 @@ build() {
package_cutelyst-docs() {
pkgdesc="Doxygen HTML API Documentation"
- cd "$srcdir/${pkgbase}-${pkgver}/Cutelyst"
+ cd "$srcdir/${pkgbase}-${pkgver}"
- doxygen cutelyst.doxygen
+ doxygen Cutelyst/cutelyst.doxygen
install -d -m755 ${pkgdir}/usr/share/doc/cutelyst/html/
install -d -m755 ${pkgdir}/usr/share/doc/cutelyst/html/search/