summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fasching2022-09-06 12:58:58 +0200
committerAlexander Fasching2022-09-06 12:58:58 +0200
commit085ff29eb9852d73ddde2317620e62adb758873a (patch)
tree1128c75a5245011eff9056bc74415af60907e5a6
parentf1dd77c264a1f4c921bdbe52756f8b0dda5a03cb (diff)
downloadaur-085ff29eb9852d73ddde2317620e62adb758873a.tar.gz
upgpkg: direwolf-git 1.7.dev.A.r53.g30869c7-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 755933c62552..c07c387f8e50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,8 @@ pkgbase = direwolf-git
makedepends = git
makedepends = cmake
depends = alsa-lib
- depends = gpsd
- depends = hamlib
+ optdepends = gpsd
+ optdepends = hamlib
provides = direwolf
conflicts = direwolf
source = git+https://github.com/wb2osz/direwolf.git#branch=dev
diff --git a/PKGBUILD b/PKGBUILD
index cccf7641ca86..117dbae04a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="Software modem/TNC and APRS encoder/decoder"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/wb2osz/direwolf"
license=('GPL')
-depends=('alsa-lib' 'gpsd' 'hamlib')
+depends=('alsa-lib')
+optdepends=('gpsd' 'hamlib')
makedepends=('git' 'cmake')
provides=('direwolf')
conflicts=('direwolf')