summarylogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorRalf Mueller2019-11-06 08:08:39 +0100
committerRalf Mueller2019-11-06 08:08:39 +0100
commita044f058a7ac0b89863e69bceb825d28fb1bcf7c (patch)
treec86e834077c597384ba7db4c1b764d534481d6e7 /Rakefile
parent7ab82f4cd3414758dcdff0697f4581ef82561787 (diff)
downloadaur-a044f058a7ac0b89863e69bceb825d28fb1bcf7c.tar.gz
update to cdo-1.9.8
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f6d509ad2148..e64de4c5f824 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,4 +2,4 @@ task :info do; sh "makepkg --printsrcinfo > .SRCINFO"; end
task :build do; sh "makepkg"; end
desc "build package in info file"
-task :default => [:build,:info]
+task :default => [:info,:build]