summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fe6e69a1c2d..513e70a16c00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = noise-repellent
pkgdesc = An lv2 plugin for broadband noise reduction.
- pkgver = 0.1.3f
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/lucianodato/noise-repellent
arch = i686
@@ -12,8 +12,8 @@ pkgbase = noise-repellent
depends = lv2
optdepends = jack: standalone jack client
optdepends = ardour: intended use
- source = https://github.com/lucianodato/noise-repellent/archive/0.1.3f.tar.gz
- md5sums = c09f63f04bcb2d74590cdcf332f87799
+ source = https://github.com/lucianodato/noise-repellent/archive/0.1.4.tar.gz
+ md5sums = 2ec2f114ef5e2dd4ac4cab9513ac8a4f
pkgname = noise-repellent
diff --git a/PKGBUILD b/PKGBUILD
index c4534a65e32e..df952dc10b59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Friedrich <olifriedrich@gmail.com>
pkgname=noise-repellent
-pkgver=0.1.3f
+pkgver=0.1.4
pkgrel=1
pkgdesc="An lv2 plugin for broadband noise reduction."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('gcc')
optdepends=('jack: standalone jack client'
'ardour: intended use')
source=("https://github.com/lucianodato/noise-repellent/archive/$pkgver.tar.gz")
-md5sums=('c09f63f04bcb2d74590cdcf332f87799')
+md5sums=('2ec2f114ef5e2dd4ac4cab9513ac8a4f')
build() {
cd "$pkgname-$pkgver"