shithub: aubio

Download patch

ref: 63a14ded27f1ef248049b4b7ed52536beaf30536
parent: f5b8800177a901a8097de6bdf56d146e95ba230b
author: Paul Brossier <piem@piem.org>
date: Fri Oct 5 17:21:47 EDT 2018

azure-pipelines.yml: also install gnupg

--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -24,7 +24,7 @@
   steps:
   - script: |
       brew update
-      brew install pkg-config
+      brew install pkg-config gnupg
       brew install sox ffmpeg libsndfile lcov
     displayName: 'brew install'
   - script: |