summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-17 15:16:29 +0200
committerMarcell Meszaros2022-06-17 15:16:29 +0200
commitab160f5e0f880b6f64f5a6a7f25f8e0045a9e624 (patch)
treeaca746e63195e87f24d83e7281b64791b7951176 /PKGBUILD
parentaa9b951196b5d9e96cee6d6d49eb21f20ceb646a (diff)
downloadaur-ab160f5e0f880b6f64f5a6a7f25f8e0045a9e624.tar.gz
bump 4.4.3-10: move HTML documentation to a more conventional path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7e45c28a43e..dab1bb3a4868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='libeb'
_pkgname='eb'
pkgver=4.4.3
-pkgrel=9
+pkgrel=10
_pkgrel_debian=14 # Version of Debian package patch
pkgdesc='C library for accessing CD-ROM books. Supports EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats.'
arch=('i686' 'x86_64')
@@ -51,7 +51,7 @@ build() {
--libexecdir="/usr/lib/${pkgname}" \
--localstatedir="/var/lib/${pkgname}" \
--sysconfdir='/etc' \
- --with-pkgdocdir="/usr/share/doc/${pkgname}" \
+ --with-pkgdocdir="/usr/share/doc/html/${pkgname}" \
--disable-silent-rules \
--disable-static
make