summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2017-11-26 13:20:55 +0100
committerChristopher Arndt2017-11-26 13:20:55 +0100
commita569ee1cd77c009f56579df9a89c67c5f9109dfd (patch)
treed79de910246125938bf574a69dc06b4e6710aba7
parent2e440db4ed1ebf1d0875fbcad669070092793732 (diff)
downloadaur-a569ee1cd77c009f56579df9a89c67c5f9109dfd.tar.gz
New upstream version 0.4
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cedda58bba51..ab224c833b2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 17 21:11:33 UTC 2017
+# 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.3
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/brummer10/GxPlugins.lv2
arch = i686
@@ -13,8 +13,8 @@ pkgbase = gxplugins-lv2
makedepends = libxext
makedepends = freetype2
depends = gtk2
- source = https://github.com/brummer10/GxPlugins.lv2/releases/download/v0.3/GxPlugins_v0.3.zip
- md5sums = a4dbfd2d92f28f11c1fba30f50fcc082
+ source = https://github.com/brummer10/GxPlugins.lv2/releases/download/v0.4/GxPlugins_v0.4.zip
+ md5sums = b01802e256893d5e06b61386b0371550
pkgname = gxplugins-lv2
diff --git a/PKGBUILD b/PKGBUILD
index 6e90c048e3be..95e9951a2111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=gxplugins-lv2
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="A set of guitar pedal simulation LV2 plugins from the guitarix project."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ groups=('lv2-plugins')
depends=('gtk2')
makedepends=('lv2' 'libxext' 'freetype2')
source=("https://github.com/brummer10/GxPlugins.lv2/releases/download/v${pkgver}/GxPlugins_v${pkgver}.zip")
-md5sums=('a4dbfd2d92f28f11c1fba30f50fcc082')
+md5sums=('b01802e256893d5e06b61386b0371550')
build() {