summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-05-10 08:59:29 +0200
committerMarcell Meszaros2022-05-10 08:59:29 +0200
commit87d48b271e21992640773d8009ff0c0b27dc2a8c (patch)
tree771581644fbf018b3278ad441cac1660ae821248
parentb11b05a77f9394dc0c63d7f30059523fdfcb4a01 (diff)
downloadaur-87d48b271e21992640773d8009ff0c0b27dc2a8c.tar.gz
enable pthreads
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8eba5fe81d7..8ce0326d6b40 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 = 6
+ pkgrel = 7
url = http://www.mistys-internet.website/eb/index-en.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ead963bb91ee..a279976ae4fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname='libeb'
_pkgname='eb'
pkgver=4.4.3
_pkgver_debian="${pkgver}-14" # Version of Debian package patch
-pkgrel=6
+pkgrel=7
pkgdesc='C library for accessing CD-ROM books. Supports EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats.'
arch=('i686' 'x86_64')
url='http://www.mistys-internet.website/eb/index-en.html'
@@ -44,7 +44,8 @@ build() {
--sysconfdir='/etc' \
--with-pkgdocdir="/usr/share/doc/${pkgname}" \
--disable-silent-rules \
- --disable-static
+ --disable-static \
+ --enable-pthread
make
}