summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01b78f80cd13..b4f3d6e0d14e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A plain-text based distributed social network build on top of git confi
arch=('any')
url="https://ajdiaz.me/timeline/"
license=('GPLv3')
-makedepends=('git')
+depends=('bash' 'git')
source=("https://github.com/ajdiaz/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('f5f6fe025b97fa68a5ebf878093e4fcc524a2a17b5d1204de7a857accacb50b7')