summarylogtreecommitdiffstats
path: root/dftd4-build.patch
blob: f9486c492c8cda96195d3dc9396dbbd197d73c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/meson.build b/meson.build
index ea1685c..2f0479b 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('dftd4', 'fortran',
 
 conf = configuration_data()
 conf.set('version', meson.project_version())
-conf.set('commit', run_command(find_program('git'),'show','-s','--format=%h').stdout().strip())
+conf.set('commit', 'aur')
 conf.set('date', run_command(find_program('date'),'-I').stdout().strip())
 conf.set('author', run_command(find_program('whoami')).stdout().strip())
 conf.set('origin', run_command(find_program('hostname')).stdout().strip())