Skip to content

Commit

Permalink
upgpkg: direwolf-git 1.7.dev.A.r53.g30869c7-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexf91 committed Sep 6, 2022
1 parent f1dd77c commit 085ff29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 085ff29

Please sign in to comment.