summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2021-06-04 12:23:08 +0200
committerPellegrino Prevete2021-06-04 12:23:08 +0200
commitf7579b903f75cd3bceb020a822dc5c8aac2bade9 (patch)
tree5b86f109166b7de20e1ba2c03c0a331d7377be4a
parentda0fb109667e3d74c677c1a54575de20ea17e905 (diff)
downloadaur-f7579b903f75cd3bceb020a822dc5c8aac2bade9.tar.gz
upgraded to 1.2, still ther'es a problem with the certificate
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cac1cd69adc5..817ecc675d28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vamp-pyin-f0-plugin
pkgdesc = Probabilistic YIN algorithm for fundamental frequency (F0) estimation in monophonic audio (vamp plugin)
- pkgver = 1.0
+ pkgver = 1.2
pkgrel = 1
url = https://code.soundsoftware.ac.uk/projects/pyin
arch = i686
arch = x86_64
license = GPL
depends = vamp-plugin-sdk
- source = https://code.soundsoftware.ac.uk/attachments/download/884/pyin-v1.0.tar.gz
+ source = http://code.soundsoftware.ac.uk/attachments/download/2627/pyin-v1.2.tar.gz
md5sums = c16bb500796614983dac8c2f7346ddc2
pkgname = vamp-pyin-f0-plugin
diff --git a/PKGBUILD b/PKGBUILD
index b49ae3380a4e..0a4d9cc898df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Benoit Favre <benoit.favre@lif.univ-mrs.fr>
+# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
+# Contributor: Benoit Favre <benoit.favre@lif.univ-mrs.fr>
pkgname=vamp-pyin-f0-plugin
-pkgver=1.0
+pkgver=1.2
pkgrel=1
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"
license=('GPL')
depends=(vamp-plugin-sdk)
-source=(https://code.soundsoftware.ac.uk/attachments/download/884/pyin-v$pkgver.tar.gz)
+source=("http://code.soundsoftware.ac.uk/attachments/download/2627/pyin-v$pkgver.tar.gz")
md5sums=(c16bb500796614983dac8c2f7346ddc2)
build() {