summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2022-09-25 18:50:57 +0200
committerJames Crompton2022-09-25 18:50:57 +0200
commit66543b7cd3578451387c1914fb49f933fe541c45 (patch)
tree2ba6bfdca5b253fc12a2523dd748aaf3b8271af9
parent0387fc264c53e1d09871d6d939b30bcf89531e55 (diff)
downloadaur-66543b7cd3578451387c1914fb49f933fe541c45.tar.gz
Quick fix unbreak automatic update over major version number
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80c3b0b80272..41876aa22059 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.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.cewe.de/
install = cewe-fotowelt.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 23eeab076877..933ee91e965f 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'
@@ -97,7 +97,7 @@ check() {
# only mention of server variable in parameter section should be to set correct server;
# md5sum of script body should match package version unless a setup file was provided:
- [ "$mentionDownloadServer" == "$setRightDownloadServer" ] && [ ${_scriptTailMd5sums[${pkgver%.*}]} == $md5sum -o -n "$_SETUP_FILE" ]
+ [ "$mentionDownloadServer" == "$setRightDownloadServer" ] && [ "${_scriptTailMd5sums[${pkgver%.*}]}" == $md5sum -o -n "$_SETUP_FILE" ]
}
package() {