summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-07-16 10:38:53 +0300
committerDimitris Kiziridis2020-07-16 10:38:53 +0300
commitc5e5b430936b2c2f7a24ca3efb86c5238fe04892 (patch)
tree16c0ce5236c9e10e53166fd93185ff957fd607c0
parent19b5b62eada5918d40d6ea1e1245ed239eed6beb (diff)
downloadaur-c5e5b430936b2c2f7a24ca3efb86c5238fe04892.tar.gz
Initial commit
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3f98db44797..1c833f3cd06a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = sparrow-wifi-git
arch = any
license = GPL3
makedepends = git
+ makedepends = gendesk
depends = gpsd
depends = tk
depends = python-matplotlib
diff --git a/PKGBUILD b/PKGBUILD
index a4d3387048bd..0b5436d9a549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ depends=('gpsd'
'python-sip'
'python-pyqtchart'
'python-gps3')
-makedepends=('git')
+makedepends=('git' 'gendesk')
source=("${pkgname%-git}::git+https://github.com/ghostop14/sparrow-wifi")
sha256sums=('SKIP')