summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 501e09959760..a63d1456f17b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = vamp-pyin-f0-plugin
pkgdesc = Probabilistic YIN algorithm for fundamental frequency (F0) estimation in monophonic audio (vamp plugin)
pkgver = 1.2
- pkgrel = 2
+ pkgrel = 3
url = https://code.soundsoftware.ac.uk/projects/pyin
arch = i686
arch = x86_64
license = GPL
+ makedepends = boost
depends = vamp-plugin-sdk
source = git+https://gitlab.com/tallero/vamp-pyin-f0-plugin
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d64c12551298..eb684c9df875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=vamp-pyin-f0-plugin
pkgver=1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Probabilistic YIN algorithm for fundamental frequency (F0) estimation in monophonic audio (vamp plugin)"
arch=(i686 x86_64)
url="https://code.soundsoftware.ac.uk/projects/pyin"
_url="https://gitlab.com/tallero/vamp-pyin-f0-plugin"
license=('GPL')
depends=(vamp-plugin-sdk)
+makedepends=(boost)
#source=("http://code.soundsoftware.ac.uk/attachments/download/2627/pyin-v$pkgver.tar.gz")
source=("git+$_url")
md5sums=('SKIP')