summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Francisco2020-05-02 14:17:17 +0100
committerXavier Francisco2020-05-02 14:17:17 +0100
commitf58326f83f15536d7a09eb59979ce078b03f122d (patch)
tree60354bcac51b7910196df6ee5d510fc88b52863a
parent976a4cdcc2a7d441ced10ef735c63a359d72305f (diff)
downloadaur-f58326f83f15536d7a09eb59979ce078b03f122d.tar.gz
Add git to laby
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b226c7313c3e..536aa1643f36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://sgimenez.github.io/laby/"
license=('GPL3')
groups=()
depends=('lablgtk3')
-makedepends=('ocamlbuild' 'ocaml-findlib')
+makedepends=('git' 'ocamlbuild' 'ocaml-findlib')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+https://github.com/sgimenez/laby")