summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3dc1ad8c652..fc5caa30e9bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = lv2-c++-tools
pkgdesc = Tools and libraries that may come in handy when writing LV2 plugins.
pkgver = 1.0.7
- pkgrel = 1
+ pkgrel = 2
url = http://ll-plugins.nongnu.org/hacking.html
arch = i686
arch = x86_64
license = GPL3
makedepends = boost
+ makedepends = gtkmm
options = staticlibs
source = https://download-mirror.savannah.gnu.org/releases/ll-plugins/lv2-c++-tools-1.0.7.tar.bz2
md5sums = 464955e219a87b27b5e951e1b37c68fe
diff --git a/PKGBUILD b/PKGBUILD
index 6881acfdcd66..199dc3e4a07a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: modula t. <defaultxr at gmail dot com>
+# Maintainer: modula t. <defaultxr at pm dot me>
# Contributor: speps <speps at aur dot archlinux dot org>
# Contributor: Philipp Überbacher <murks at lavabit dot com>
pkgname=lv2-c++-tools
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Tools and libraries that may come in handy when writing LV2 plugins."
arch=('i686' 'x86_64')
url="http://ll-plugins.nongnu.org/hacking.html"
license=('GPL3')
-makedepends=('boost')
+makedepends=('boost' 'gtkmm')
options=('staticlibs')
source=("https://download-mirror.savannah.gnu.org/releases/ll-plugins/$pkgname-$pkgver.tar.bz2")
md5sums=('464955e219a87b27b5e951e1b37c68fe')