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 a921f7eab4d5..545754ed5c7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luaradio
pkgdesc = A lightweight, embeddable software-defined radio framework built on LuaJIT
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://luaradio.io
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = luaradio
depends = libvolk
depends = fftw
optdepends = gnuplot: plotting support
- source = git+https://github.com/vsergeev/luaradio.git#tag=v0.6.0
+ source = git+https://github.com/vsergeev/luaradio.git#tag=v0.6.1
md5sums = SKIP
pkgname = luaradio
diff --git a/PKGBUILD b/PKGBUILD
index 9180c185b726..86a44dd533f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vanya Sergeev <v@sergeev.io>
pkgname=luaradio
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc="A lightweight, embeddable software-defined radio framework built on LuaJIT"
arch=('i686' 'x86_64' 'armv7h')
url="https://luaradio.io"