summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-10-08 14:44:06 +0200
committerChristopher Arndt2018-10-08 14:44:06 +0200
commit4b5eca0b4889fd13df7ce3ec224dfd821ca034f3 (patch)
treeb7d2899ecbf705fd11611672cc94e2cc86ba158d
parenta569ee1cd77c009f56579df9a89c67c5f9109dfd (diff)
downloadaur-4b5eca0b4889fd13df7ce3ec224dfd821ca034f3.tar.gz
New upstream version 0.5
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab224c833b2d..ea24b1a8e0cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Nov 26 12:20:42 UTC 2017
pkgbase = gxplugins-lv2
pkgdesc = A set of guitar pedal simulation LV2 plugins from the guitarix project.
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/brummer10/GxPlugins.lv2
arch = i686
@@ -12,9 +10,9 @@ pkgbase = gxplugins-lv2
makedepends = lv2
makedepends = libxext
makedepends = freetype2
- depends = gtk2
- source = https://github.com/brummer10/GxPlugins.lv2/releases/download/v0.4/GxPlugins_v0.4.zip
- md5sums = b01802e256893d5e06b61386b0371550
+ depends = gtkmm
+ source = https://github.com/brummer10/GxPlugins.lv2/releases/download/v0.5/GxPlugins_v0.5.zip
+ md5sums = a6a1674e62cc0bcbc7d257f96517ce8d
pkgname = gxplugins-lv2
diff --git a/PKGBUILD b/PKGBUILD
index 95e9951a2111..e91289285e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=gxplugins-lv2
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="A set of guitar pedal simulation LV2 plugins from the guitarix project."
arch=('i686' 'x86_64')
url="https://github.com/brummer10/GxPlugins.lv2"
license=('GPL3')
groups=('lv2-plugins')
-depends=('gtk2')
+depends=('gtkmm')
makedepends=('lv2' 'libxext' 'freetype2')
source=("https://github.com/brummer10/GxPlugins.lv2/releases/download/v${pkgver}/GxPlugins_v${pkgver}.zip")
-md5sums=('b01802e256893d5e06b61386b0371550')
+md5sums=('a6a1674e62cc0bcbc7d257f96517ce8d')
build() {