summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPCI Techie2020-05-21 10:15:40 +0100
committerPCI Techie2020-05-21 10:15:40 +0100
commitb483a58e637a7d531fc26fdf8fac413b8cad3a23 (patch)
treec9c9bd107c9dd0b95101871d70519fb5ffaef551
parent296d7a8e893684b33e8bc986c43378246c6370aa (diff)
downloadaur-b483a58e637a7d531fc26fdf8fac413b8cad3a23.tar.gz
Updating the PKGBUILD until all the errors are gone
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 858aa0405029..0deb0284deb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,7 +26,7 @@ pkgbase = monodevelop-git
conflicts = monodevelop
conflicts = monodevelop-stable
options = !makeflags
- source = https://github.com/mono/monodevelop.git
+ source = git://github.com/mono/monodevelop
md5sums = SKIP
pkgname = monodevelop-git
diff --git a/PKGBUILD b/PKGBUILD
index 6eca5fcfc407..9ce714903b01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ options=(!makeflags)
optdepends=('xsp: To run ASP.NET pages directly from monodevelop')
provides=('monodevelop')
conflicts=('monodevelop' 'monodevelop-stable')
-source=('https://github.com/mono/monodevelop.git')
+source=('git://github.com/mono/monodevelop')
md5sums=('SKIP')
pkgver(){