summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2017-02-08 20:30:29 +0100
committerChristopher Arndt2017-02-08 20:30:29 +0100
commitc52401e7ead3cffe7e472c1c448662c7c4a1c4ff (patch)
tree1f7b78d31cac32db3760c1f9a9b16b45ba61cd71
parent3286a06298e1177836da8357cb42552c69634b18 (diff)
downloadaur-c52401e7ead3cffe7e472c1c448662c7c4a1c4ff.tar.gz
New upstream release
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1571b962da82..abf0746c06f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 21 11:38:12 UTC 2017
+# Wed Feb 8 19:29:46 UTC 2017
pkgbase = gxplugins-lv2
pkgdesc = A set of guitar pedal simulation LV2 plugins from the guitarix project.
- pkgver = 0.1
+ pkgver = 0.2
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.1/GxPlugins.zip
- md5sums = f9595646c677e32c541a09d9ee49c016
+ source = https://github.com/brummer10/GxPlugins.lv2/releases/download/v0.2/GxPlugins_v0.2.zip
+ md5sums = 289749748ef5cfe6ae8e8f2a9233be9b
pkgname = gxplugins-lv2
diff --git a/.gitignore b/.gitignore
index c697099ed4bd..2573eb2cf1ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-GxPlugins.zip
+GxPlugins*.zip
gxplugins-lv2-*.tar.xz
gxplugins-lv2-*.src.tar.gz
pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 4670a0e6b91c..d763781b2f75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=gxplugins-lv2
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="A set of guitar pedal simulation LV2 plugins from the guitarix project."
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ license=('GPL3')
groups=('lv2-plugins')
depends=('gtk2')
makedepends=('lv2' 'libxext' 'freetype2')
-source=('https://github.com/brummer10/GxPlugins.lv2/releases/download/v0.1/GxPlugins.zip')
-md5sums=('f9595646c677e32c541a09d9ee49c016')
+source=("https://github.com/brummer10/GxPlugins.lv2/releases/download/v${pkgver}/GxPlugins_v${pkgver}.zip")
+md5sums=('289749748ef5cfe6ae8e8f2a9233be9b')
build() {