mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
13 lines
575 B
Diff
13 lines
575 B
Diff
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())
|