summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvcalv2022-10-14 01:06:06 -0400
committervcalv2022-10-14 01:06:06 -0400
commitf29d28a5119ef31aab6945fddbfd6d6a336f37e7 (patch)
tree22595f4ec87acaf7071f79a118c0621035ec51ea
parentf211e753a5d0f0e88df3a05c30769d65470aa4af (diff)
downloadaur-f29d28a5119ef31aab6945fddbfd6d6a336f37e7.tar.gz
Version 0.8 and openssl dependency
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09a79ec1eeb6..ec31dedd64d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = gourou-bin
pkgdesc = Download and decrypt adobe encrypted (acsm) pdf and epub files
- pkgver = 0.5.1
- pkgrel = 2
+ pkgver = 0.8
+ pkgrel = 1
url = https://indefero.soutade.fr/p/libgourou
arch = x86_64
license = LGPL3
depends = glibc
depends = gcc-libs
- depends = qt5-base
depends = zlib
depends = libzip
- depends = openssl
+ depends = openssl-3.0
conflicts = gourou
+ conflicts = gourou-git
options = !strip
- source = https://indefero.soutade.fr/p/libgourou/downloads/get/libgourou_utils_0.5.1.tgz
- md5sums = 3500e207aabfe591cbfde15e818d7ffe
+ source = https://indefero.soutade.fr/p/libgourou/downloads/get/libgourou_utils_0.8.tgz
+ sha512sums = 9ae25d14d209909c2eac4415fd72eb8612509c3167529bbb03f4e12ae3948f364bc387c87e75f861d929eb6664ff67ed3096d0c8316ef75bbcb58c787bb8c4e3
pkgname = gourou-bin
diff --git a/PKGBUILD b/PKGBUILD
index f57096909cfd..b6b3a512f4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=gourou
pkgname="${_pkgname}-bin"
__pkgname="lib${_pkgname}"
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.8
+pkgrel=1
pkgdesc="Download and decrypt adobe encrypted (acsm) pdf and epub files"
arch=('x86_64')
license=('LGPL3')
url="https://indefero.soutade.fr/p/libgourou"
-depends=(glibc gcc-libs qt5-base zlib libzip openssl)
-conflicts=(gourou)
+depends=(glibc gcc-libs zlib libzip openssl-3.0)
+conflicts=(gourou gourou-git)
options=(!strip)
source=("https://indefero.soutade.fr/p/${__pkgname}/downloads/get/${__pkgname}_utils_${pkgver}.tgz")
-md5sums=(3500e207aabfe591cbfde15e818d7ffe)
+sha512sums=(9ae25d14d209909c2eac4415fd72eb8612509c3167529bbb03f4e12ae3948f364bc387c87e75f861d929eb6664ff67ed3096d0c8316ef75bbcb58c787bb8c4e3)
package() {
cd "${srcdir}/${__pkgname}_utils_${pkgver}"