summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a3706c31a65..f1f795d48ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luaradio
pkgdesc = A lightweight, embeddable software-defined radio framework built on LuaJIT
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://luaradio.io
arch = i686
@@ -12,8 +12,7 @@ pkgbase = luaradio
depends = libvolk
depends = fftw
optdepends = gnuplot: plotting support
- source = git+https://github.com/vsergeev/luaradio.git#tag=v0.10.0
+ source = git+https://github.com/vsergeev/luaradio.git#tag=v0.11.0
md5sums = SKIP
pkgname = luaradio
-
diff --git a/PKGBUILD b/PKGBUILD
index 13f03d7bd258..ece379e2b706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vanya Sergeev <v@sergeev.io>
pkgname=luaradio
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc="A lightweight, embeddable software-defined radio framework built on LuaJIT"
arch=('i686' 'x86_64' 'armv7h')