summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2018-05-24 12:22:44 +0200
committerEduardo Sánchez Muñoz2018-05-24 12:22:44 +0200
commitc7665bf3a17e84d47fc00283ce72fda439c1e496 (patch)
tree7125fabdd0d5ea67a0131fe8ea4bab94a7423455
parentef03a7be36158789f7badd7c4dafa13f04116391 (diff)
downloadaur-c7665bf3a17e84d47fc00283ce72fda439c1e496.tar.gz
Update to version 0.6.1.
-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"