summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Crompton2022-03-07 17:40:24 +0100
committerJames Crompton2022-03-07 17:40:24 +0100
commit69127f13c3570a1d28bd74822ee6296a1e599dcf (patch)
tree3b7873a9dba492923b217c5bedf9dc81d9ff1d6a /PKGBUILD
parent63939b27129d404f10549a8fcd9ee27f5ff832fa (diff)
downloadaur-69127f13c3570a1d28bd74822ee6296a1e599dcf.tar.gz
needs libxcrypt-compat
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')