summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03ea538b40c1..57dea37db8ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luaradio
pkgdesc = A lightweight, embeddable software-defined radio framework built on LuaJIT
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = http://luaradio.io
arch = i686
@@ -11,7 +11,7 @@ pkgbase = luaradio
depends = liquid-dsp-git
optdepends = libvolk
optdepends = fftw
- source = git+https://github.com/vsergeev/luaradio.git#tag=v0.4.0
+ source = git+https://github.com/vsergeev/luaradio.git#tag=v0.5.0
md5sums = SKIP
pkgname = luaradio
diff --git a/PKGBUILD b/PKGBUILD
index c14d26c42248..2d63a9df363f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vanya Sergeev <vsergeev@gmail.com>
pkgname=luaradio
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="A lightweight, embeddable software-defined radio framework built on LuaJIT"
arch=('i686' 'x86_64' 'armv7h')