summarylogtreecommitdiffstats
path: root/updater.pl
diff options
context:
space:
mode:
Diffstat (limited to 'updater.pl')
-rw-r--r--updater.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/updater.pl b/updater.pl
index 29c62428b880..46b47b7c689e 100644
--- a/updater.pl
+++ b/updater.pl
@@ -10,11 +10,11 @@ my $installer = "";
GetOptions("installer=s" => \$installer);
-unless ($installer =~ /(OnlineFotoservice|Mein_CEWE_FOTOBUCH|Mon_LIVRE_PHOTO_CEWE)/){
+unless ($installer =~ /(Atelier_Photo_Fnac|Mon_LIVRE_PHOTO_CEWE)/){
print "\033[1;31mNo AUR package available for this update ('$installer').\033[0m"
}else{
- my $pkgName = $1 eq 'Mein_CEWE_FOTOBUCH' ? 'cewe-fotobuch' : 'cewe-fotoservice' : 'cewe-fotowelt' : 'cewe-monlivrephoto';
+ my $pkgName = $1 eq 'Atelier_Photo_Fnac' ? 'cewe-monlivrephoto';
chdir('/tmp');
system("wget https://aur.archlinux.org/cgit/aur.git/snapshot/$pkgName.tar.gz -O $pkgName.tar.gz");