summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6447332e7917..a0c349d788d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pothos
pkgdesc = The Pothos data-flow framework
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/pothosware/PothosCore/wiki
arch = i686
@@ -12,7 +12,7 @@ pkgbase = pothos
depends = poco
depends = soapysdr
depends = portaudio
- source = git+https://github.com/pothosware/PothosCore.git#tag=pothos-0.7.0
+ source = git+https://github.com/pothosware/PothosCore.git#tag=pothos-0.7.1
source = PothosFlow.desktop
sha256sums = SKIP
sha256sums = 4ace40dfff405cf861845cc0f9cf772a39aabc7f3447f5fdf2d0cb74f9b166c4
diff --git a/.gitignore b/.gitignore
index 37b03e17d5e4..c07e52b76fb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/*.pkg.tar.xz
+/*.pkg.tar.zst
/PothosCore
/pkg
/src
diff --git a/PKGBUILD b/PKGBUILD
index f2210fb0a35e..2c585296abeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sebastien Chassot (sinux) <seba.ptl@sinux.net>
pkgname=pothos
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="The Pothos data-flow framework"
arch=('i686' 'x86_64')