summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvcalv2023-03-28 00:41:35 -0400
committervcalv2023-03-28 00:41:35 -0400
commit3489dc0a336e9acf39692c3d534e1ee32b5b305c (patch)
tree7c283e91179acc9b47c0ee5302bf0fe666a3fe16
parent6053ba52a3af1e7b92304bb03f1f3d35ce6e4401 (diff)
downloadaur-3489dc0a336e9acf39692c3d534e1ee32b5b305c.tar.gz
fixed missing adept_loan_mgt utility
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a97a07d8628..dc8bebc38905 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 = 5
+ pkgrel = 6
url = https://indefero.soutade.fr/p/libgourou
arch = x86_64
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index ba8bec06682e..0e0d77374bd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=gourou
pkgname="${_pkgname}-bin"
__pkgname="lib${_pkgname}"
pkgver=0.8.1
-pkgrel=5
+pkgrel=6
pkgdesc="Download and decrypt adobe encrypted (acsm) pdf and epub files"
arch=('x86_64')
license=('LGPL3')
@@ -20,7 +20,7 @@ package() {
cd "${srcdir}/${__pkgname}_utils_${pkgver}"
install -d $pkgdir/{usr/bin/,usr/lib/}
- cp -a --no-preserve=ownership {acsmdownloader,adept_activate,adept_remove} "$pkgdir"/usr/bin
+ 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"