summarylogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorRalf Mueller2021-11-04 17:15:57 +0100
committerRalf Mueller2021-11-04 17:15:57 +0100
commitd3131013443bef302178f4e4bc376eca3cce09a9 (patch)
tree21f8f93f417c82da47f93d34148bc1195396385d /Rakefile
parentcfc66067c382561b866a83752cde88f35e2c7f1c (diff)
downloadaur-d3131013443bef302178f4e4bc376eca3cce09a9.tar.gz
use uncompressed pkg
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e64de4c5f824..e3697cf288cb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,5 @@
task :info do; sh "makepkg --printsrcinfo > .SRCINFO"; end
-task :build do; sh "makepkg"; end
+task :build do; sh "PKGEXT='.pkg.tar' makepkg"; end
desc "build package in info file"
task :default => [:info,:build]