summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2022-09-25 18:46:41 +0200
committerJames Crompton2022-09-25 18:46:41 +0200
commit4cdc37884c69a5e4a1365dcdeb09ab7841f667a5 (patch)
treeabaee0da7802080b89d780c036737ad061d3fea8
parent7a8feff610634cbc718aa30cfcd42f26cb7a9bb8 (diff)
downloadaur-4cdc37884c69a5e4a1365dcdeb09ab7841f667a5.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 8494f54ea004..a48054f18f01 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.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.cewe.de/
install = cewe-fotobuch.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4b5614733fc1..72972da5c6ec 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'
@@ -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() {