summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2021-10-01 12:43:09 -0400
committerAdam Goldsmith2021-10-01 12:43:09 -0400
commite5cf9a9174c5e108699789ad43c70ec42a92aa03 (patch)
treececc604e7aa883309f11e16b89d5d000077fce05
parentaf4702cd397d86a514bad5a6da42b7ae33b059d8 (diff)
downloadaur-e5cf9a9174c5e108699789ad43c70ec42a92aa03.tar.gz
Move `go` from depends to makedepends, add provides/conflicts
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD7
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 135ef39b4d1e..9385a5a9fe35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = rtlamr-collect-git
pkgdesc = Data aggregation for rtlamr.
pkgver = r24.5905398
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bemasher/rtlamr-collect
arch = any
license = AGPL3
- depends = go
+ makedepends = go
depends = rtl-sdr
+ provides = rtlamr-collect
+ conflicts = rtlamr-collect
options = !strip
options = !emptydirs
source = git+https://github.com/bemasher/rtlamr-collect.git
md5sums = SKIP
pkgname = rtlamr-collect-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6811d8e243ca..739a4f7d0b0c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,17 @@
_pkgname=rtlamr-collect
pkgname=rtlamr-collect-git
pkgver=r24.5905398
-pkgrel=1
+pkgrel=2
pkgdesc=" Data aggregation for rtlamr."
arch=('any')
url="https://github.com/bemasher/rtlamr-collect"
source=("git+https://github.com/bemasher/rtlamr-collect.git")
md5sums=('SKIP')
license=('AGPL3')
-depends=('go' 'rtl-sdr')
+depends=('rtl-sdr')
+makedepends=('go')
+provides=('rtlamr-collect')
+conflicts=('rtlamr-collect')
options=('!strip' '!emptydirs')
_gourl=github.com/bemasher/rtlamr-collect