summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2022-11-23 12:19:15 +0100
committerJames Crompton2022-11-23 12:19:15 +0100
commitb65fad6c6725bf2f7f31e09e381404b95a6f3863 (patch)
treeee363902ebc25b4a32d9044a1af8981f9c24d4b0
parente85df457b0ff25d16ecac9824514b3190e5d0fe1 (diff)
downloadaur-b65fad6c6725bf2f7f31e09e381404b95a6f3863.tar.gz
Don't segfault: options=(!strip)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adbb899c113a..cca698366bea 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 = 1
+ pkgrel = 2
url = http://www.cewe.de/
install = cewe-fotowelt.install
arch = i686
@@ -19,6 +19,7 @@ pkgbase = cewe-fotowelt
conflicts = cewe-fotoservice
conflicts = cewe-monlivrephoto-fnac
conflicts = cewe-monlivrephoto-fr
+ options = !strip
source = https://dls.photoprintit.com/download/Data/24441-de_DE/hps/setup_CEWE_Fotowelt.tgz
source = updater.pl
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9e7c4f780726..a5c11be866b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@
_productVariant=Germany
# leave this unset to get a package name based on the application name
pkgname=
-pkgrel=1
+pkgrel=2
+# 7.3.1 segfaults without this:
+options=(!strip)
## Begin shared code ##
pkgdesc='an offline client for creating photobooks and other photo products and ordering them from CEWE or partners'