summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2022-03-07 17:40:24 +0100
committerJames Crompton2022-03-07 17:40:24 +0100
commit69127f13c3570a1d28bd74822ee6296a1e599dcf (patch)
tree3b7873a9dba492923b217c5bedf9dc81d9ff1d6a
parent63939b27129d404f10549a8fcd9ee27f5ff832fa (diff)
downloadaur-69127f13c3570a1d28bd74822ee6296a1e599dcf.tar.gz
needs libxcrypt-compat
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9580bdd0e71f..46199655ee9e 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.2.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.cewe.de/
install = cewe-fotobuch.install
arch = i686
@@ -14,6 +14,7 @@ pkgbase = cewe-fotobuch
depends = curl
depends = wget
depends = snappy
+ depends = libxcrypt-compat
conflicts = cewe-fotowelt
conflicts = cewe-fotoservice
conflicts = cewe-monlivrephoto-fnac
diff --git a/PKGBUILD b/PKGBUILD
index 93d237aa2c7c..cb793c66b818 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=1
+pkgrel=2
## Begin shared code ##
pkgdesc='an offline client for creating photobooks and other photo products and ordering them from CEWE or partners'
@@ -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')