summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2021-04-21 13:01:47 +0200
committerTérence Clastres2021-04-21 13:01:47 +0200
commit7fa4aeb1796fead26fec6ca680c9823a569f188c (patch)
treec10bdc4b103e5d7fbc1646b50fbd82d4315fafa9
parent297fec2a183f8649aee40dd3237a94773449e405 (diff)
downloadaur-7fa4aeb1796fead26fec6ca680c9823a569f188c.tar.gz
Do not apply any MR by default for now
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dc9ecf364b0..11b95636e48a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
### MERGE REQUESTS SELECTION
# available MR: ('536' '786' '923' '1440')
-_merge_requests_to_use=('536' '1440') # safe pick
+_merge_requests_to_use=()
### IMPORTANT: Do no edit below this line unless you know what you're doing