summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2022-03-07 19:50:34 +0100
committerJames Crompton2022-03-07 19:50:34 +0100
commit00956f168927fc1d86de5a04a1c69fd4f3628727 (patch)
tree645bd671ad3c9bdec2aa516e030e1e7dfee0c4df
parentb25266af5fbf17dfb7bb1ec6d996010c0de3cb39 (diff)
downloadaur-00956f168927fc1d86de5a04a1c69fd4f3628727.tar.gz
add dependency for libxcrypt-compat
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4877e44b4c01..0a99baa1526c 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.2.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.cewe.de/
install = cewe-fotowelt.install
arch = i686
@@ -14,6 +14,7 @@ pkgbase = cewe-fotowelt
depends = curl
depends = wget
depends = snappy
+ depends = libxcrypt-compat
conflicts = cewe-fotobuch
conflicts = cewe-fotoservice
conflicts = cewe-monlivrephoto-fnac
diff --git a/PKGBUILD b/PKGBUILD
index 81dc245a008d..a5db8bd8573c 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=1
+pkgrel=2
## Begin shared code ##
pkgdesc='an offline client for creating photobooks and other photo products and ordering them from CEWE or partners'
@@ -21,7 +21,7 @@ _prams_Belgique=(fr_BE 28049 'CEWE Photoservice' 7.1.4)
_prams_Czechia=(cs_CZ 4860 'CEWE FOTOLAB fotosvet' 7.1.3 "CEWE fotosvět")
_prams_France=(fr_FR 7884 'Logiciel de création CEWE' 7.1.3)
_prams_Fnac=(fr_FR 18455 'Atelier Photo Fnac' 7.1.3)
-_prams_Fotobuch=(de_DE 16523 'Mein CEWE FOTOBUCH' 7.2.1 'CEWE Fotobuch' d9edd2bb89870dc61692e73f81fe0efa)
+_prams_Fotobuch=(de_DE 16523 'Mein CEWE FOTOBUCH' 7.2.2 'CEWE Fotobuch' d9edd2bb89870dc61692e73f81fe0efa)
_prams_Germany=(de_DE 24441 'CEWE Fotowelt' 7.2.2 '' d9edd2bb89870dc61692e73f81fe0efa)
_prams_Luxemburg=(de_LU 32905 'CEWE Photoservice' 7.1.4)
_prams_Luxembourg=(fr_LU 32905 'CEWE Photoservice' 7.1.4)
@@ -78,7 +78,7 @@ md5sums=(SKIP SKIP)
url="http://www.cewe.de/"
license=("custom:eula")
-depends=('libx11' 'libjpeg' 'curl' 'wget' 'snappy')
+depends=('libx11' 'libjpeg' 'curl' 'wget' 'snappy' 'libxcrypt-compat')
makedepends=('unzip' 'xdg-utils')
arch=('i686' 'x86_64')
source=($source 'updater.pl')