summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2017-12-08 01:06:06 -0500
committerTony Lambiris2017-12-08 01:06:06 -0500
commitd7999a2b689a9e4cea72a75dad014e0639970dda (patch)
tree7a8c79756311419f6c6cb4d0a65ecc97bf129d42
parentfab59c5bf382abf7a24a65eb27ee6feb8a76851c (diff)
downloadaur-d7999a2b689a9e4cea72a75dad014e0639970dda.tar.gz
Version bump, add conflicts/provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99d918ea5440..ad4a27067b1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hackrf-git
pkgdesc = Driver for HackRF, allowing general purpose software defined radio (SDR).
- pkgver = r2038.fb83ad6
+ pkgver = r2047.3447863
pkgrel = 1
url = https://github.com/mossmann/hackrf
arch = i686
@@ -9,6 +9,8 @@ pkgbase = hackrf-git
makedepends = cmake
depends = libusb
depends = fftw
+ provides = hackrf
+ conflicts = hackrf
source = hackrf-git::git+https://github.com/mossmann/hackrf
source = hackrf.conf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 88d7de10b7b7..8c0c53e1f681 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=hackrf-git
-pkgver=r2038.fb83ad6
+pkgver=r2047.3447863
pkgrel=1
pkgdesc="Driver for HackRF, allowing general purpose software defined radio (SDR)."
arch=('i686' 'x86_64')
@@ -9,6 +9,8 @@ url="https://github.com/mossmann/hackrf"
license=('GPL2')
depends=('libusb' 'fftw')
makedepends=('cmake')
+conflicts=('hackrf')
+provides=('hackrf')
source=("$pkgname::git+https://github.com/mossmann/hackrf" 'hackrf.conf')
sha256sums=('SKIP'
'8246a539049ec2bd6226337d8d9b4f48bd503d77de13408a5751d2a60dc76965')