summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc9e38f71590..81c652a19d28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 12 18:15:48 UTC 2019
+# Tue Jan 22 21:48:47 UTC 2019
pkgbase = mono-basic
pkgdesc = Mono Visual Basic.NET compiler
pkgver = 4.8
@@ -10,6 +10,7 @@ pkgbase = mono-basic
arch = armv7h
arch = aarch64
license = GPL
+ makedepends = git
depends = mono
source = mono-basic-4.8::git+https://github.com/mono/mono-basic.git#commit=e31cb702937a0adcc853250a0989c5f43565f9b8
sha384sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7a692ecb41ff..562143578be8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=('GPL')
url="http://www.mono-project.com/"
depends=('mono')
+makedepends=('git')
source=("${pkgname}-${pkgver}::git+https://github.com/mono/mono-basic.git#commit=e31cb702937a0adcc853250a0989c5f43565f9b8")
#source=("https://github.com/mono/mono-basic/archive/${pkgver}.tar.gz")
sha384sums=('SKIP')