summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2020-06-06 17:12:53 +0200
committerEduardo Sánchez Muñoz2020-06-06 17:12:53 +0200
commit4e1c051bc058d98e33cd539aad98967e33079da9 (patch)
treee58d1a2d0ff3a4a6c6c1b833ef3cc5c506d758c0
parentcd4b09a23cd832b9d06a14d0e45a133e9c82ef93 (diff)
downloadaur-4e1c051bc058d98e33cd539aad98967e33079da9.tar.gz
Do not force git version of soapysdr.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00f19ab770af..29ce2e4fb20d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pothos-git
pkgdesc = The Pothos data-flow framework
- pkgver = r3024.4f5f487f
+ pkgver = r3071.7b9c3c4f
pkgrel = 1
url = https://github.com/pothosware/PothosCore/wiki
arch = i686
@@ -10,7 +10,7 @@ pkgbase = pothos-git
makedepends = nlohmann-json
depends = python
depends = poco
- depends = soapysdr-git
+ depends = soapysdr
depends = portaudio
provides = pothos
conflicts = pothos
diff --git a/PKGBUILD b/PKGBUILD
index 1aca543621ae..37937c365630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Sebastien Chassot (sinux) <seba.ptl@sinux.net>
pkgname=pothos-git
-pkgver=r3024.4f5f487f
+pkgver=r3071.7b9c3c4f
pkgrel=1
pkgdesc="The Pothos data-flow framework"
arch=('i686' 'x86_64')
url="https://github.com/pothosware/PothosCore/wiki"
license=('boost')
-depends=('python' 'poco' 'soapysdr-git' 'portaudio')
+depends=('python' 'poco' 'soapysdr' 'portaudio')
makedepends=('git' 'nlohmann-json')
provides=('pothos')
conflicts=('pothos')