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 8a7fb448e3d5..0618160cfa61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pothos
pkgdesc = The Pothos data-flow framework
- pkgver = 0.6.0
- pkgrel = 4
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://github.com/pothosware/PothosCore/wiki
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = pothos
depends = qwt
depends = soapysdr-git
depends = portaudio
- source = git+https://github.com/pothosware/PothosCore.git#tag=pothos-0.6.0
+ source = git+https://github.com/pothosware/PothosCore.git#tag=pothos-0.6.1
source = PothosFlow.desktop
sha256sums = SKIP
sha256sums = 4ace40dfff405cf861845cc0f9cf772a39aabc7f3447f5fdf2d0cb74f9b166c4
diff --git a/PKGBUILD b/PKGBUILD
index c038172be5d2..1264e95d1e67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sebastien Chassot (sinux) <seba.ptl@sinux.net>
pkgname=pothos
-pkgver=0.6.0
-pkgrel=4
+pkgver=0.6.1
+pkgrel=1
pkgdesc="The Pothos data-flow framework"
arch=('i686' 'x86_64')
url="https://github.com/pothosware/PothosCore/wiki"