diff options
author | bach | 2024-11-07 22:13:53 +0100 |
---|---|---|
committer | bach | 2024-11-07 22:13:53 +0100 |
commit | bd6fb9493ad42e7f12456d48d7ed023f487827bf (patch) | |
tree | e7f036739849501d6d0ac582978761025d55f55d | |
parent | 44d622fdb7636a330607936f0f000a1ee372ba9b (diff) | |
download | aur-bd6fb9493ad42e7f12456d48d7ed023f487827bf.tar.gz |
cewe-france
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,13 +4,13 @@ # to package a different version, change this line to _productVariant=<one of the words after '_prams_' below> # or download a setup file from a local CEWE site, put it in the same folder as this file, and run: # _SETUP_FILE=<filename> makepkg -_productVariant=Fotobuch +_productVariant=France # leave this unset to get a package name based on the application name pkgname= pkgrel=1 ## Begin shared code ## -pkgdesc='an offline client for creating photobooks and other photo products and ordering them from CEWE or partners' +pkgdesc="un client hors ligne pour créer des livres photo et d'autres produits photo et les commander auprès de CEWE ou de partenaires" # 7.3.1 segfaults without this: options=(!strip) @@ -81,7 +81,7 @@ pkgname=${pkgname// /-} conflicts=(cewe-fotowelt cewe-fotobuch cewe-fotoservice cewe-monlivrephoto-fnac cewe-monlivrephoto-fr) conflicts=(${conflicts[@]/$pkgname/}) -pkgver=${_prams[3]} +pkgver=7.4.4 url="http://www.cewe.de/" license=("custom:eula") |