summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Wilper2021-03-28 15:00:11 +0200
committerSimon Wilper2021-03-28 15:00:11 +0200
commit98bb2cdcb3cd97880ae3c60dc8883b7b721920ba (patch)
tree9556370665006be814994fd21f9129d700ad86b3 /PKGBUILD
parent961e242798b5a1133f314f352be096382b87dc0e (diff)
downloadaur-98bb2cdcb3cd97880ae3c60dc8883b7b721920ba.tar.gz
fix doc package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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/