summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost2020-11-30 06:15:28 +0100
committerPieter Joost2020-11-30 06:15:28 +0100
commit2b9b218bece7f4579e9ec9bb5c062120f7ee02d9 (patch)
tree6d144f8336f43ecc3ad8ccf201ce30df4d62e4dd
parent48bef55443db36306a309a6be303fe7c652b39f8 (diff)
downloadaur-whatscli-git.tar.gz
move runtime dependencies
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 015056a4ca36..7b5fdc7eed69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,7 @@ pkgrel=1
pkgdesc='A command line interface for whatsapp, based on go-whatsapp and tview'
url='https://github.com/normen/whatscli'
arch=('i686' 'x86_64' 'armv7h')
-makedepends=('git')
-depends=('go' 'git')
+makedepends=('git' 'go')
source=('git://github.com/normen/whatscli.git')
sha256sums=('SKIP')