summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvcalv2023-03-29 10:36:56 -0400
committervcalv2023-03-29 10:36:56 -0400
commit8faa4318e81d14241a00273aeff4b991ece527b0 (patch)
treeb5a016909b37b14fe14468fd03cf87cf7110a6f7
parent23e70d9c2b3b5d448bd9dbd1a72ce23742d73ad0 (diff)
downloadaur-8faa4318e81d14241a00273aeff4b991ece527b0.tar.gz
link against general libzip (no version)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b659ae18f9a7..7f920145b6d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gourou-bin
pkgdesc = Download and decrypt adobe encrypted (acsm) pdf and epub files
pkgver = 0.8.1
- pkgrel = 7
+ pkgrel = 8
url = https://indefero.soutade.fr/p/libgourou
arch = x86_64
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 6df285b12e05..cf8f1fe90478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=gourou
pkgname="${_pkgname}-bin"
__pkgname="lib${_pkgname}"
pkgver=0.8.1
-pkgrel=7
+pkgrel=8
pkgdesc="Download and decrypt adobe encrypted (acsm) pdf and epub files"
arch=('x86_64')
license=('LGPL3')
@@ -42,7 +42,7 @@ package() {
cp -a --no-preserve=ownership {acsmdownloader,adept_activate,adept_remove,adept_loan_mgt} "$pkgdir"/usr/bin
# somewhat cleaner
for _exec in "$pkgdir"/usr/bin/*; do
- patchelf --replace-needed libzip.so.4 libzip.so.5 "$_exec"
+ patchelf --replace-needed libzip.so.4 libzip.so "$_exec"
done
__so="${pkgdir}/usr/lib/${__pkgname}.so"
__sov="$__so"."$pkgver"