summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7f84ac7470b..526e60cb2e0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stone-phaser
pkgdesc = A classic analog phaser effect LADSPA, LV2 and VST2 plugin
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/jpcima/stone-phaser
arch = i686
@@ -12,8 +12,8 @@ pkgbase = stone-phaser
license = Boost
makedepends = mesa
depends = cairo
- source = https://github.com/jpcima/stone-phaser/releases/download/v0.1.1/stone-phaser-0.1.1.tar.gz
- sha256sums = 7fd1b688c1ddb0d350028bec6141fedde7ec523354681adc4548b32be132c882
+ source = https://github.com/jpcima/stone-phaser/releases/download/v0.1.2/stone-phaser-0.1.2.tar.gz
+ sha256sums = cd19c588469125e4aff3add2a570b4b2d9dc98ef37ccc2785636a0b52df86ddf
pkgname = stone-phaser
diff --git a/PKGBUILD b/PKGBUILD
index a7752e2804cd..69c5213f9d75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=stone-phaser
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="A classic analog phaser effect LADSPA, LV2 and VST2 plugin"
arch=('i686' 'x86_64')
@@ -9,10 +9,10 @@ url="https://github.com/jpcima/stone-phaser"
license=('Boost')
depends=('cairo')
makedepends=('mesa')
-#optdepends=('mod-host: for using the MOD pedal GUI')
+#optdepends=('mod-ui: for using the MOD pedal GUI')
groups=('pro-audio' 'ladspa-plugins' 'lv2-plugins' 'vst-plugins')
source=("https://github.com/jpcima/stone-phaser/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7fd1b688c1ddb0d350028bec6141fedde7ec523354681adc4548b32be132c882')
+sha256sums=('cd19c588469125e4aff3add2a570b4b2d9dc98ef37ccc2785636a0b52df86ddf')
prepare() {