summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMithicSpirit2022-02-01 21:36:50 -0500
committerMithicSpirit2022-02-01 21:36:50 -0500
commit97c35aa207f6a61c39d6246f28759c839a6e2ffa (patch)
tree7a597090c995f91bbc708892fd3110b5e0bc8e59 /PKGBUILD
parent18c1650bd463253849d003e25aa604eb2f0da0d5 (diff)
downloadaur-97c35aa207f6a61c39d6246f28759c839a6e2ffa.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da4c67c86c15..bb6570b10351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc='A spreadsheet program based on SC'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/andmarti1424/sc-im'
depends=(libxml2 libzip)
+makedepends=(git)
optdepends=('libxlsxwriter: export to xlsx. Requires rebuild of sc-im'
'gnuplot: create graphs')
license=('BSD')