summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorboreq2021-02-12 00:03:22 +0100
committerboreq2021-02-12 00:03:22 +0100
commit51b91d587ee8091a61eed70b1cbdb68e2f812aa4 (patch)
treeb9c851032418d5825fc2677b5adabaf50287570b /PKGBUILD
parent3ded94c80ede6c117173a417c439d2d6087d38b8 (diff)
downloadaur-51b91d587ee8091a61eed70b1cbdb68e2f812aa4.tar.gz
Add makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20ae52ce8760..a70dc100aeb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,10 @@ pkgdesc='terminal stock watcher and stock position tracker'
arch=('x86_64')
url='https://github.com/achannarasappa/ticker'
license=('GPL3')
+makedepends=(
+ 'git'
+ 'go'
+)
source=("$pkgname-$pkgver.tar.gz::https://github.com/achannarasappa/ticker/archive/v$pkgver.tar.gz")
sha512sums=('e8031944f5d581d27c548e7e646d38fe76ac7051a1f7ec4daeaa334d8eb62d8ee737fa4381f65d602f446109dc6e451241d6bdbc9e413cf6a56e8fe2e4c353a5')