summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2017-12-26 14:57:51 +0100
committerEduardo Sánchez Muñoz2017-12-26 14:57:51 +0100
commit613b438057a1237c13927e0099a8ad97328e9204 (patch)
tree539276bc84edf0b4247da4ce49c19cbeb42931e0
parent8ddcded8a971a8eaa191cde49e584dedd95883a0 (diff)
downloadaur-613b438057a1237c13927e0099a8ad97328e9204.tar.gz
Add provides and conflicts.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f400428efb11..af31f2aa6e4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 4 15:53:21 UTC 2017
+# Tue Dec 26 13:57:33 UTC 2017
pkgbase = pothos-git
pkgdesc = The Pothos data-flow framework
- pkgver = r2917.9ce41ef9
+ pkgver = r2979.9da168ef
pkgrel = 1
url = https://github.com/pothosware/PothosCore/wiki
arch = i686
@@ -14,6 +14,8 @@ pkgbase = pothos-git
depends = poco
depends = soapysdr-git
depends = portaudio
+ provides = pothos
+ conflicts = pothos
source = git+https://github.com/pothosware/PothosCore.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7c07e1373690..65bacca9d139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sebastien Chassot (sinux) <seba.ptl@sinux.net>
pkgname=pothos-git
-pkgver=r2917.9ce41ef9
+pkgver=r2979.9da168ef
pkgrel=1
pkgdesc="The Pothos data-flow framework"
arch=('i686' 'x86_64')
@@ -10,6 +10,8 @@ url="https://github.com/pothosware/PothosCore/wiki"
license=('Boost Software License')
depends=('python' 'poco' 'soapysdr-git' 'portaudio')
makedepends=('git' 'nlohmann-json')
+provides=('pothos')
+conflicts=('pothos')
source=("git+https://github.com/pothosware/PothosCore.git")
sha256sums=('SKIP')