summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvcalv2023-08-22 07:27:57 +0000
committervcalv2023-08-22 07:27:57 +0000
commit9f23bddd766d5c10536acdb27e36b402763cf20b (patch)
tree13f90992d1bf44f7e108a2009bee86f0c91085ab
parent8faa4318e81d14241a00273aeff4b991ece527b0 (diff)
downloadaur-9f23bddd766d5c10536acdb27e36b402763cf20b.tar.gz
version 0.8.2 with better .so support from the box
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f920145b6d3..06f8be70ab0d 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 = 8
+ pkgver = 0.8.2
+ pkgrel = 1
url = https://indefero.soutade.fr/p/libgourou
arch = x86_64
license = LGPL3
@@ -11,16 +11,16 @@ pkgbase = gourou-bin
depends = zlib
depends = libzip
depends = openssl
- provides = gourou=0.8.1
+ provides = gourou=0.8.2
conflicts = gourou-git
conflicts = gourou
options = !strip
- source = https://indefero.soutade.fr/p/libgourou/downloads/get/libgourou_utils_0.8.1.tgz
- source = https://indefero.soutade.fr/p/libgourou/source/file/v0.8.1/utils/man//acsmdownloader.1
- source = https://indefero.soutade.fr/p/libgourou/source/file/v0.8.1/utils/man//adept_activate.1
- source = https://indefero.soutade.fr/p/libgourou/source/file/v0.8.1/utils/man//adept_loan_mgt.1
- source = https://indefero.soutade.fr/p/libgourou/source/file/v0.8.1/utils/man//adept_remove.1
- sha512sums = ee5e2ffd298fd38757f6a060fc2d697222d50834cdb0e19837fd036ce08eb5a1fa57cc201e11237e18b0b8f2714f7afb0e5d21ca97497aa48e6e90e551ffe4b3
+ source = https://indefero.soutade.fr/p/libgourou/downloads/get/libgourou_utils_0.8.2.tgz
+ source = https://indefero.soutade.fr/p/libgourou/source/file/v0.8.2/utils/man//acsmdownloader.1
+ source = https://indefero.soutade.fr/p/libgourou/source/file/v0.8.2/utils/man//adept_activate.1
+ source = https://indefero.soutade.fr/p/libgourou/source/file/v0.8.2/utils/man//adept_loan_mgt.1
+ source = https://indefero.soutade.fr/p/libgourou/source/file/v0.8.2/utils/man//adept_remove.1
+ sha512sums = 30d92d553d37c9929ec67bac86bf98377ddbfa09cb332f4e032ffd626250835ce670a4e36bffd1aca3999aa41f1d3dc3fa5782e597fcf812d9db9a560f712719
sha512sums = 9cfaafb8ba99bf42713c9a99fd26d5a5b5f027e2fee1eba4e86f5161e1a8256ef691fbb135bd19b7ff9118eab89fc1a365e5ffc8fe9ef6cf080eec757ddd32b9
sha512sums = b3cceb1ac60bedf75628c9cac56e2d246abe9378e58f959352b7ce133fabead3900f6ac3ccfa78f1163a923334ab6f724f77a2007144cd775aa45816a3398a51
sha512sums = 724e4c11491ca428995e3dfebf439a2a941b28b8cf08f5fa4fad93e3860196c21fe26962201bcc00d8875a970e3d7e321ebdf1b332157bb0fc920124dd12b42c
diff --git a/PKGBUILD b/PKGBUILD
index cf8f1fe90478..1da1f82eae69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=gourou
pkgname="${_pkgname}-bin"
__pkgname="lib${_pkgname}"
-pkgver=0.8.1
-pkgrel=8
+pkgver=0.8.2
+pkgrel=1
pkgdesc="Download and decrypt adobe encrypted (acsm) pdf and epub files"
arch=('x86_64')
license=('LGPL3')
@@ -22,7 +22,7 @@ source=(
"$__man_link/adept_remove.1"
)
sha512sums=(
- ee5e2ffd298fd38757f6a060fc2d697222d50834cdb0e19837fd036ce08eb5a1fa57cc201e11237e18b0b8f2714f7afb0e5d21ca97497aa48e6e90e551ffe4b3
+ 30d92d553d37c9929ec67bac86bf98377ddbfa09cb332f4e032ffd626250835ce670a4e36bffd1aca3999aa41f1d3dc3fa5782e597fcf812d9db9a560f712719
9cfaafb8ba99bf42713c9a99fd26d5a5b5f027e2fee1eba4e86f5161e1a8256ef691fbb135bd19b7ff9118eab89fc1a365e5ffc8fe9ef6cf080eec757ddd32b9
b3cceb1ac60bedf75628c9cac56e2d246abe9378e58f959352b7ce133fabead3900f6ac3ccfa78f1163a923334ab6f724f77a2007144cd775aa45816a3398a51
724e4c11491ca428995e3dfebf439a2a941b28b8cf08f5fa4fad93e3860196c21fe26962201bcc00d8875a970e3d7e321ebdf1b332157bb0fc920124dd12b42c
@@ -44,8 +44,5 @@ package() {
for _exec in "$pkgdir"/usr/bin/*; do
patchelf --replace-needed libzip.so.4 libzip.so "$_exec"
done
- __so="${pkgdir}/usr/lib/${__pkgname}.so"
- __sov="$__so"."$pkgver"
- cp -a --no-preserve=ownership *.so "$__sov"
- ln -s $(basename "$__sov") "$__so"
+ cp -a --no-preserve=ownership lib* "$pkgdir"/usr/lib
}