summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2018-03-29 13:04:50 +0200
committerDario Ostuni2018-03-29 13:04:50 +0200
commitd1e56f5b9bbd4057988a509f80172793272bfec5 (patch)
tree3fceb7459a694d7093c3c2a4d544eb949d64dfc4
parent6893223119f9a3c2af292f4bc546c77734313391 (diff)
downloadaur-d1e56f5b9bbd4057988a509f80172793272bfec5.tar.gz
add git makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 749420039132..df635893d3a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 29 10:11:25 UTC 2018
+# Thu Mar 29 11:04:39 UTC 2018
pkgbase = mono-basic
pkgdesc = Mono Visual Basic.NET compiler
pkgver = 4.6
@@ -8,6 +8,7 @@ pkgbase = mono-basic
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
depends = mono
source = git+https://github.com/mono/mono-basic.git#commit=0ebb1bf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9e89e3ccf6af..4522a62d887f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL')
url="http://www.mono-project.com/"
depends=('mono')
+makedepends=('git')
source=("git+https://github.com/mono/mono-basic.git#commit=0ebb1bf")
sha256sums=('SKIP')