summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fasching2019-08-06 22:02:49 +0200
committerAlexander Fasching2019-08-06 22:02:49 +0200
commitf958ee388fe8d4b3fc7cfc79632c296918b9d891 (patch)
tree3fede42032c4a7b121af76a17902f7d9993708e5
parent476c58d314f442cd511a7fb3144224c76d11fc3c (diff)
downloadaur-f958ee388fe8d4b3fc7cfc79632c296918b9d891.tar.gz
Fix makedepends
Remove packages in base-devel and add git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02745edc7c39..478a25650f63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = direwolf-git
pkgdesc = Software modem/TNC and APRS encoder/decoder
pkgver = 1.5.beta4.r63.ge219426
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wb2osz/direwolf
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
license = GPL
- makedepends = make
- makedepends = gcc
- makedepends = patch
+ makedepends = git
depends = alsa-lib
depends = gpsd
provides = direwolf
diff --git a/PKGBUILD b/PKGBUILD
index 3e7abb18c87d..ac6487852718 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=direwolf-git
_pkgname=direwolf
pkgver=1.5.beta4.r63.ge219426
-pkgrel=1
+pkgrel=2
pkgdesc="Software modem/TNC and APRS encoder/decoder"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/wb2osz/direwolf"
license=('GPL')
depends=('alsa-lib' 'gpsd')
-makedepends=('make' 'gcc' 'patch')
+makedepends=('git')
provides=('direwolf')
conflicts=('direwolf')
source=('git+https://github.com/wb2osz/direwolf.git#branch=dev'