summarylogtreecommitdiffstats
path: root/build_config.rb.patch
diff options
context:
space:
mode:
authorSorah Fukumori2021-02-09 12:29:52 +0900
committerSorah Fukumori2021-02-09 12:29:52 +0900
commitd121fc51487f64255b1f6f59165831896782b1d0 (patch)
treed649bdb5732403b88682d979aa820528f8fd9226 /build_config.rb.patch
parentf2b619c15e870ecfcb307e4eafba3438ad3ac9af (diff)
downloadaur-d121fc51487f64255b1f6f59165831896782b1d0.tar.gz
use upstream build_config.rb.lock
Diffstat (limited to 'build_config.rb.patch')
-rw-r--r--build_config.rb.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/build_config.rb.patch b/build_config.rb.patch
new file mode 100644
index 000000000000..d3f1698549e0
--- /dev/null
+++ b/build_config.rb.patch
@@ -0,0 +1,13 @@
+diff --git a/build_config.rb b/build_config.rb
+index d5e7ea9..a5c8888 100644
+--- a/build_config.rb
++++ b/build_config.rb
+@@ -1,5 +1,8 @@
+ def gem_config(conf)
+ conf.gem File.expand_path(File.dirname(__FILE__))
++
++ conf.gem github: 'eagletmt/mitamae-pacman', checksum_hash: 'v0.2.0'
++ conf.gem github: 'eagletmt/mitamae-secrets', checksum_hash: 'v0.1.1'
+ end
+
+ def debug_config(conf)