summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-17 15:16:29 +0200
committerMarcell Meszaros2022-06-17 15:16:29 +0200
commitab160f5e0f880b6f64f5a6a7f25f8e0045a9e624 (patch)
treeaca746e63195e87f24d83e7281b64791b7951176
parentaa9b951196b5d9e96cee6d6d49eb21f20ceb646a (diff)
downloadaur-libeb.tar.gz
bump 4.4.3-10: move HTML documentation to a more conventional path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c6d6eb25e32..285b1023cf6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libeb
pkgdesc = C library for accessing CD-ROM books. Supports EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats.
pkgver = 4.4.3
- pkgrel = 9
+ pkgrel = 10
url = http://www.mistys-internet.website/eb/index-en.html
arch = i686
arch = x86_64
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