summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-08-05 17:08:39 +0200
committerChristopher Arndt2018-08-05 17:08:39 +0200
commit4df56d78d1d4a2e11526dea2462905d01781d78c (patch)
treeba237300b787f660bf78f16d925f9d313c025710
parent751b94b41b02168fee29462f74a262ae4b85a440 (diff)
downloadaur-4df56d78d1d4a2e11526dea2462905d01781d78c.tar.gz
New upstream version 0.9.6
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2248cae5a44c..04b8e37db191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meters-lv2
pkgdesc = Collection of LV2 plug-ins for audio-level metering from x42
- pkgver = 0.9.5
+ pkgver = 0.9.6
pkgrel = 1
url = http://x42-plugins.com/x42/x42-meters
arch = i686
@@ -9,6 +9,7 @@ pkgbase = meters-lv2
license = GPL
depends = fftw
depends = jack
+ depends = libglvnd
depends = lv2
depends = pango
optdepends = jack: standalone jack client
@@ -18,10 +19,10 @@ pkgbase = meters-lv2
conflicts = lv2-meters
conflicts = meters.lv2
conflicts = x42-plugins
- source = meters-lv2-0.9.5.tar.gz::https://github.com/x42/meters.lv2/archive/v0.9.5.tar.gz
- source = robtk-0.5.4.tar.gz::https://github.com/x42/robtk/archive/v0.5.4.tar.gz
- md5sums = 777b0a06de58fa1c0d18e1ab74fc36a3
- md5sums = 91ef2dc49f5349d43607bf140f2818ba
+ source = meters-lv2-0.9.6.tar.gz::https://github.com/x42/meters.lv2/archive/v0.9.6.tar.gz
+ source = robtk-0.5.5.tar.gz::https://github.com/x42/robtk/archive/v0.5.5.tar.gz
+ md5sums = 185c8135b596574ed70d584f6287e28d
+ md5sums = 7e936faa5477e013e012978cc7ddd901
pkgname = meters-lv2
diff --git a/PKGBUILD b/PKGBUILD
index 5216c3b69e7b..938fdbbab268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
# Contributor: speps <speps dot aur dot archlinux dot org>
-_rtkver=0.5.4
+_rtkver=0.5.5
pkgname=meters-lv2
-pkgver=0.9.5
+pkgver=0.9.6
pkgrel=1
pkgdesc="Collection of LV2 plug-ins for audio-level metering from x42"
arch=('i686' 'x86_64')
url="http://x42-plugins.com/x42/x42-meters"
license=('GPL')
groups=('lv2-plugins')
-depends=('fftw' 'jack' 'lv2' 'pango')
+depends=('fftw' 'jack' 'libglvnd' 'lv2' 'pango')
optdepends=('jack: standalone jack client'
'liblo: standalone jack client')
# old names of this package
@@ -18,8 +18,8 @@ provides=('lv2-meters' 'meters.lv2')
conflicts=('lv2-meters' 'meters.lv2' 'x42-plugins')
source=("meters-lv2-$pkgver.tar.gz::https://github.com/x42/meters.lv2/archive/v$pkgver.tar.gz"
"robtk-$_rtkver.tar.gz::https://github.com/x42/robtk/archive/v$_rtkver.tar.gz")
-md5sums=('777b0a06de58fa1c0d18e1ab74fc36a3'
- '91ef2dc49f5349d43607bf140f2818ba')
+md5sums=('185c8135b596574ed70d584f6287e28d'
+ '7e936faa5477e013e012978cc7ddd901')
build() {