summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvcalv2023-03-04 14:12:51 -0500
committervcalv2023-03-04 14:12:51 -0500
commit6053ba52a3af1e7b92304bb03f1f3d35ce6e4401 (patch)
treef7e16ca89ca698ee30a9b784239baa3ffe7531ec
parentfc9d42a9e3f4028f59776efc50ccb097cb177385 (diff)
downloadaur-6053ba52a3af1e7b92304bb03f1f3d35ce6e4401.tar.gz
new conflict
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eb87a0e4031..4a97a07d8628 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 = 4
+ pkgrel = 5
url = https://indefero.soutade.fr/p/libgourou
arch = x86_64
license = LGPL3
@@ -13,6 +13,7 @@ pkgbase = gourou-bin
depends = openssl
provides = gourou=0.8.1
conflicts = gourou-git
+ conflicts = gourou
options = !strip
source = https://indefero.soutade.fr/p/libgourou/downloads/get/libgourou_utils_0.8.1.tgz
sha512sums = ee5e2ffd298fd38757f6a060fc2d697222d50834cdb0e19837fd036ce08eb5a1fa57cc201e11237e18b0b8f2714f7afb0e5d21ca97497aa48e6e90e551ffe4b3
diff --git a/PKGBUILD b/PKGBUILD
index 8683e1838ef4..ba8bec06682e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@ _pkgname=gourou
pkgname="${_pkgname}-bin"
__pkgname="lib${_pkgname}"
pkgver=0.8.1
-pkgrel=4
+pkgrel=5
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 zlib libzip openssl)
makedepends=(patchelf)
-conflicts=(gourou-git)
+conflicts=(gourou-git gourou)
provides=("gourou=${pkgver}")
options=(!strip)
source=("https://indefero.soutade.fr/p/${__pkgname}/downloads/get/${__pkgname}_utils_${pkgver}.tgz")