summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2018-04-01 15:36:43 +0200
committerJames Crompton2018-04-01 15:36:43 +0200
commit43f2d205ea391fb8c25d7fead0783ea5141d006b (patch)
tree6b341b6c6deafb68fe489f7dd6938a6a7a206577
parent6346942dc5a4e58bd019b46b7257e884f6d210b4 (diff)
downloadaur-43f2d205ea391fb8c25d7fead0783ea5141d006b.tar.gz
Fix spelling mistake in update script
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--updater.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4683cf795165..17fd1648f91c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = cewe-fotoservice
source = https://dls.photoprintit.com/download/Data/6822-de_DE/hps/setup_cewe-fotoservice_de.tgz
source = updater.pl
md5sums = 6bbf70047655e1e359d2ce3991c7724c
- md5sums = 825c39158c5e324231020e4bb4645f8d
+ md5sums = 11e395d7c48d7f340435eeb938bcb502
pkgname = cewe-fotoservice
diff --git a/PKGBUILD b/PKGBUILD
index ec4bbe139e70..ded5774bdb5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=cewe-fotoservice
conflicts=(cewe-fotobuch)
pkgdesc='an offline client for creating photobooks and other photo products and ordering them at cewe.de or partners'
md5sums=('6bbf70047655e1e359d2ce3991c7724c'
- '825c39158c5e324231020e4bb4645f8d')
+ '11e395d7c48d7f340435eeb938bcb502')
pkgver=6.3.3
pkgrel=2
diff --git a/updater.pl b/updater.pl
index 6a6837b5e1db..2fb5a9d80c7f 100644
--- a/updater.pl
+++ b/updater.pl
@@ -25,5 +25,5 @@ unless ($installer =~ /(cewe-fotoservice|Mein_CEWE_FOTOBUCH)/){
system('_UPDATING=1 makepkg --install --clean --skipchecksums');
}
-print "\nDrücken Sie <ENTER> um diese Fenster zu schließen.\n";
+print "\nDrücken Sie <ENTER> um dieses Fenster zu schließen.\n";
my $input = <STDIN>;