summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2023-01-08 11:00:09 +0100
committerJames Crompton2023-01-08 11:00:09 +0100
commitd226cb53403aa329a92f52174fc6bf6360bb46a4 (patch)
tree4a4ed2ef4ccff65ffd7d65de5555e5f906f0995a
parentf831b8821a39b3cbff41a523890eaa45a018688c (diff)
downloadaur-d226cb53403aa329a92f52174fc6bf6360bb46a4.tar.gz
Dependency on libtiff5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f47fb10fc93..ea5362f218ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cewe-fotobuch
pkgdesc = an offline client for creating photobooks and other photo products and ordering them from CEWE or partners
pkgver = 7.3.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.cewe.de/
install = cewe-fotobuch.install
arch = i686
@@ -15,6 +15,7 @@ pkgbase = cewe-fotobuch
depends = wget
depends = snappy
depends = libxcrypt-compat
+ depends = libtiff5
conflicts = cewe-fotowelt
conflicts = cewe-fotoservice
conflicts = cewe-monlivrephoto-fnac
diff --git a/PKGBUILD b/PKGBUILD
index adcc9915d0c5..463145e6a829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_productVariant=Fotobuch
# leave this unset to get a package name based on the application name
pkgname=
-pkgrel=2
+pkgrel=3
## Begin shared code ##
pkgdesc='an offline client for creating photobooks and other photo products and ordering them from CEWE or partners'
@@ -83,7 +83,7 @@ md5sums=(SKIP SKIP)
url="http://www.cewe.de/"
license=("custom:eula")
-depends=('libx11' 'libjpeg' 'curl' 'wget' 'snappy' 'libxcrypt-compat')
+depends=('libx11' 'libjpeg' 'curl' 'wget' 'snappy' 'libxcrypt-compat' 'libtiff5')
makedepends=('unzip' 'xdg-utils')
arch=('i686' 'x86_64')
source=($source 'updater.pl')