summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2023-01-08 10:54:24 +0100
committerJames Crompton2023-01-08 10:54:24 +0100
commit078252ed11fb5e3b9e1f12340b3ada5d55f8ee92 (patch)
tree1587a178c1ef30ad1d09426b339060648f24e698
parent2e5206dc24686878efad6bcc47150a16fd310626 (diff)
downloadaur-078252ed11fb5e3b9e1f12340b3ada5d55f8ee92.tar.gz
add 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 cca698366bea..ab9f50bb5643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cewe-fotowelt
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-fotowelt.install
arch = i686
@@ -15,6 +15,7 @@ pkgbase = cewe-fotowelt
depends = wget
depends = snappy
depends = libxcrypt-compat
+ depends = libtiff5
conflicts = cewe-fotobuch
conflicts = cewe-fotoservice
conflicts = cewe-monlivrephoto-fnac
diff --git a/PKGBUILD b/PKGBUILD
index b2d66758ff1e..c2b818734913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_productVariant=Germany
# 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')